Expand description
Media formats and parameters
Structs§
- Codec
Config - Session config for all codecs.
- Codec
Spec - Codec specification
- Format
Params - Codec specific format parameters.
- H264
Codec Extra - H264 information describing the depacketized / packetized data
- H265
Codec Extra - H265 (HEVC) information describing the depacketized / packetized data.
- Payload
Params - Group of parameters for a payload type (PT).
- Vp8Codec
Extra - Vp8 information describing the depacketized / packetized data
- Vp9Codec
Extra - Vp9 information describing the depacketized/packetized data.
Enums§
- Codec
- Known codecs.
- Codec
Extra - Codec specific information
- Vp9Packetizer
Mode - 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.