FFmpeg
Loading...
Searching...
No Matches
OpusPacket Struct Reference

#include <parse.h>

Data Fields

int packet_size
 packet size
 
int data_size
 size of the useful data – packet size - padding
 
int code
 packet code: specifies the frame layout
 
int stereo
 whether this packet is mono or stereo
 
int vbr
 vbr flag
 
int config
 configuration: tells the audio mode, bandwidth, and frame duration
 
int frame_count
 frame count
 
int frame_offset [OPUS_MAX_FRAMES]
 frame offsets
 
int frame_size [OPUS_MAX_FRAMES]
 frame sizes
 
int frame_duration
 frame duration, in samples @ 48kHz
 
enum OpusMode mode
 mode
 
enum OpusBandwidth bandwidth
 bandwidth
 

Detailed Description

Definition at line 31 of file parse.h.

Field Documentation

◆ packet_size

int OpusPacket::packet_size

packet size

Definition at line 32 of file parse.h.

◆ data_size

int OpusPacket::data_size

size of the useful data – packet size - padding

Definition at line 33 of file parse.h.

◆ code

int OpusPacket::code

packet code: specifies the frame layout

Definition at line 34 of file parse.h.

◆ stereo

int OpusPacket::stereo

whether this packet is mono or stereo

Definition at line 35 of file parse.h.

◆ vbr

int OpusPacket::vbr

vbr flag

Definition at line 36 of file parse.h.

◆ config

int OpusPacket::config

configuration: tells the audio mode, bandwidth, and frame duration

Definition at line 37 of file parse.h.

◆ frame_count

int OpusPacket::frame_count

frame count

Definition at line 39 of file parse.h.

◆ frame_offset

int OpusPacket::frame_offset[OPUS_MAX_FRAMES]

frame offsets

Definition at line 40 of file parse.h.

◆ frame_size

int OpusPacket::frame_size[OPUS_MAX_FRAMES]

frame sizes

Definition at line 41 of file parse.h.

◆ frame_duration

int OpusPacket::frame_duration

frame duration, in samples @ 48kHz

Definition at line 42 of file parse.h.

◆ mode

enum OpusMode OpusPacket::mode

mode

Definition at line 43 of file parse.h.

◆ bandwidth

enum OpusBandwidth OpusPacket::bandwidth

bandwidth

Definition at line 44 of file parse.h.


The documentation for this struct was generated from the following file: