Skip to main content

Module format

Module format 

Source
Expand description

Media formats and parameters

Structs§

CodecConfig
Session config for all codecs.
CodecSpec
Codec specification
FormatParams
Codec specific format parameters.
H264CodecExtra
H264 information describing the depacketized / packetized data
H265CodecExtra
H265 (HEVC) information describing the depacketized / packetized data.
PayloadParams
Group of parameters for a payload type (PT).
Vp8CodecExtra
Vp8 information describing the depacketized / packetized data
Vp9CodecExtra
Vp9 information describing the depacketized/packetized data.

Enums§

Codec
Known codecs.
CodecExtra
Codec specific information
Vp9PacketizerMode
VP9 packetizer mode controlling the RTP payload descriptor format.

Functions§

detect_av1_keyframe
Detect whether an AV1 RTP payload contains a keyframe.
detect_h264_keyframe
Detect whether an H264 RTP payload contains a keyframe.
detect_h265_keyframe
Detect whether an H265 (HEVC) RTP payload contains a keyframe.
detect_vp8_keyframe
Detect whether a VP8 RTP payload contains a keyframe.
detect_vp9_keyframe
Detect whether a VP9 RTP payload contains a keyframe by inspecting the P bit.