Libav 0.7.1
Data Fields
AlsaData Struct Reference

#include <alsa-audio.h>

Data Fields

AVClassclass
snd_pcm_t * h
int frame_size
 preferred size for reads and writes
int period_size
 bytes per sample * channels
int sample_rate
 sample rate set by user
int channels
 number of channels set by user

Detailed Description

Definition at line 45 of file alsa-audio.h.


Field Documentation

number of channels set by user

Definition at line 51 of file alsa-audio.h.

Referenced by audio_read_header().

Definition at line 46 of file alsa-audio.h.

preferred size for reads and writes

Definition at line 48 of file alsa-audio.h.

Referenced by audio_read_packet(), audio_write_packet(), and ff_alsa_open().

snd_pcm_t* AlsaData::h

bytes per sample * channels

Definition at line 49 of file alsa-audio.h.

Referenced by audio_read_packet(), and ff_alsa_open().

sample rate set by user

Definition at line 50 of file alsa-audio.h.

Referenced by audio_read_header().


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