|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
RTP payload format. More...
#include <format.h>
Public Member Functions | |
| Format () | |
| Initialize. | |
Public Attributes | |
| PayloadType | payload_type |
| Payload type. | |
| audio::PcmFormat | pcm_format |
| Sample encoding and endian. | |
| audio::SampleSpec | sample_spec |
| Sample rate and channel mask. | |
| unsigned | packet_flags |
| Packet flags. | |
| audio::IFrameEncoder *(* | new_encoder )(core::IAllocator &allocator) |
| Create frame encoder. | |
| audio::IFrameDecoder *(* | new_decoder )(core::IAllocator &allocator) |
| Create frame decoder. | |
| audio::IFrameDecoder *(* roc::rtp::Format::new_decoder) (core::IAllocator &allocator) |
| audio::IFrameEncoder *(* roc::rtp::Format::new_encoder) (core::IAllocator &allocator) |
| PayloadType roc::rtp::Format::payload_type |
| audio::PcmFormat roc::rtp::Format::pcm_format |
| audio::SampleSpec roc::rtp::Format::sample_spec |