Package-level declarations

Types

Link copied to clipboard
object AParams

Represents audio encoding parameters for audio sharing.

Link copied to clipboard
object HParams

Represents the H.264 encoding parameters and codec options.

Link copied to clipboard
data class ProducerCodecOptions(val videoGoogleStartBitrate: Int = 320)

Data class representing producer codec options.

Link copied to clipboard
data class ProducerOptionsType(val encodings: List<RtpEncodingParameters> = emptyList(), val codecOptions: ProducerCodecOptions? = null, val track: MediaStreamTrack? = null, val stream: MediaStream? = null, val codec: RtpCodecCapability? = null, extraProperties: MutableMap<String, Any?> = mutableMapOf())

Data class representing producer options type.

Link copied to clipboard

Represents screen parameters for video encoding, particularly for screen sharing.

Link copied to clipboard
object VParams

Represents video parameters for encoding, particularly for scalable video encoding.