FFmpeg
|
#include <opus_parse.h>
Data Fields | |
int | packet_size |
packet size More... | |
int | data_size |
size of the useful data – packet size - padding More... | |
int | code |
packet code: specifies the frame layout More... | |
int | stereo |
whether this packet is mono or stereo More... | |
int | vbr |
vbr flag More... | |
int | config |
configuration: tells the audio mode, bandwidth, and frame duration More... | |
int | frame_count |
frame count More... | |
int | frame_offset [OPUS_MAX_FRAMES] |
frame offsets More... | |
int | frame_size [OPUS_MAX_FRAMES] |
frame sizes More... | |
int | frame_duration |
frame duration, in samples @ 48kHz More... | |
enum OpusMode | mode |
mode More... | |
enum OpusBandwidth | bandwidth |
bandwidth More... | |
Definition at line 31 of file opus_parse.h.
int OpusPacket::packet_size |
packet size
Definition at line 32 of file opus_parse.h.
int OpusPacket::data_size |
size of the useful data – packet size - padding
Definition at line 33 of file opus_parse.h.
int OpusPacket::code |
packet code: specifies the frame layout
Definition at line 34 of file opus_parse.h.
int OpusPacket::stereo |
whether this packet is mono or stereo
Definition at line 35 of file opus_parse.h.
int OpusPacket::vbr |
vbr flag
Definition at line 36 of file opus_parse.h.
int OpusPacket::config |
configuration: tells the audio mode, bandwidth, and frame duration
Definition at line 37 of file opus_parse.h.
int OpusPacket::frame_count |
frame count
Definition at line 39 of file opus_parse.h.
int OpusPacket::frame_offset[OPUS_MAX_FRAMES] |
frame offsets
Definition at line 40 of file opus_parse.h.
int OpusPacket::frame_size[OPUS_MAX_FRAMES] |
frame sizes
Definition at line 41 of file opus_parse.h.
int OpusPacket::frame_duration |
frame duration, in samples @ 48kHz
Definition at line 42 of file opus_parse.h.
enum OpusMode OpusPacket::mode |
mode
Definition at line 43 of file opus_parse.h.
enum OpusBandwidth OpusPacket::bandwidth |
bandwidth
Definition at line 44 of file opus_parse.h.