Documentation ¶
Index ¶
- type AACDecoder
- type AACEncoder
- type AV1Decoder
- type AV1Encoder
- type AudioSimpleDecoder
- type AudioSimpleEncoder
- type G711ADecoder
- type G711AEncoder
- type G711UDecoder
- type G711UEncoder
- type G726Decoder
- type G726Encoder
- type GenericRtpDecoder
- type GenericRtpEncoder
- type H264Decoder
- type H264Encoder
- type H265Decoder
- type H265Encoder
- type MPEG4VideoDecoder
- type MPEG4VideoEncoder
- type OpusDecoder
- type OpusEncoder
- type PSRtpDecoder
- type PSRtpEncoder
- type VP8Decoder
- type VP8Encoder
- type VP9Decoder
- type VP9Encoder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AACDecoder ¶
type AACDecoder = rtpmpeg4audio.Decoder
type AACEncoder ¶
type AACEncoder = rtpmpeg4audio.Encoder
type AV1Decoder ¶
type AV1Encoder ¶
type AudioSimpleDecoder ¶
type AudioSimpleDecoder = rtpsimpleaudio.Decoder
type AudioSimpleEncoder ¶
type AudioSimpleEncoder = rtpsimpleaudio.Encoder
type G711ADecoder ¶
type G711ADecoder = AudioSimpleDecoder
type G711AEncoder ¶
type G711AEncoder = AudioSimpleEncoder
type G711UDecoder ¶
type G711UDecoder = AudioSimpleDecoder
type G711UEncoder ¶
type G711UEncoder = AudioSimpleEncoder
type G726Decoder ¶
type G726Decoder = AudioSimpleDecoder
type G726Encoder ¶
type G726Encoder = AudioSimpleEncoder
type GenericRtpDecoder ¶
type GenericRtpDecoder = _rtpDecoder // 通用rtp解包
type GenericRtpEncoder ¶
type GenericRtpEncoder = _rtpEncoder // 通用rtp打包
type H264Decoder ¶
type H264Encoder ¶
type H265Decoder ¶
type H265Encoder ¶
type MPEG4VideoDecoder ¶
type MPEG4VideoDecoder = rtpmpeg4video.Decoder
type MPEG4VideoEncoder ¶
type MPEG4VideoEncoder = rtpmpeg4video.Encoder
type OpusDecoder ¶
type OpusDecoder = AudioSimpleDecoder
type OpusEncoder ¶
type OpusEncoder = AudioSimpleEncoder
type PSRtpDecoder ¶
type PSRtpDecoder = _psDecoder // rtp->ps
type PSRtpEncoder ¶
type PSRtpEncoder = _psEncoder // ps->rtp
type VP8Decoder ¶
type VP8Encoder ¶
type VP9Decoder ¶
type VP9Encoder ¶
Click to show internal directories.
Click to hide internal directories.