FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
OSSAudioData Struct Reference

#include <oss.h>

Data Fields

AVClassclass
 
int fd
 
int sample_rate
 
int channels
 
int frame_size
 
enum AVCodecID codec_id
 
unsigned int flip_left: 1
 
uint8_t buffer [OSS_AUDIO_BLOCK_SIZE]
 
int buffer_ptr
 

Detailed Description

Definition at line 28 of file oss.h.

Field Documentation

AVClass* OSSAudioData::class

Definition at line 29 of file oss.h.

int OSSAudioData::fd

Definition at line 30 of file oss.h.

Referenced by audio_read_packet(), audio_write_packet(), ff_oss_audio_close(), and ff_oss_audio_open().

int OSSAudioData::sample_rate

Definition at line 31 of file oss.h.

Referenced by audio_read_header(), audio_read_packet(), audio_write_header(), and ff_oss_audio_open().

int OSSAudioData::channels

Definition at line 32 of file oss.h.

Referenced by audio_read_header(), audio_read_packet(), audio_write_header(), and ff_oss_audio_open().

int OSSAudioData::frame_size

Definition at line 33 of file oss.h.

Referenced by audio_read_packet(), and ff_oss_audio_open().

enum AVCodecID OSSAudioData::codec_id

Definition at line 34 of file oss.h.

Referenced by audio_read_header(), and ff_oss_audio_open().

unsigned int OSSAudioData::flip_left

Definition at line 35 of file oss.h.

Referenced by audio_read_packet(), and ff_oss_audio_open().

uint8_t OSSAudioData::buffer[OSS_AUDIO_BLOCK_SIZE]

Definition at line 36 of file oss.h.

Referenced by audio_write_packet().

int OSSAudioData::buffer_ptr

Definition at line 37 of file oss.h.

Referenced by audio_write_packet().


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