FFmpeg
Data Fields
AlsaData Struct Reference

#include <alsa.h>

Data Fields

AVClassclass
 
snd_pcm_t * h
 
int frame_size
 bytes per sample * channels More...
 
int period_size
 preferred size for reads and writes, in frames More...
 
int sample_rate
 sample rate set by user More...
 
int channels
 number of channels set by user More...
 
int last_period
 
TimeFiltertimefilter
 
void(* reorder_func )(const void *, void *, int)
 
void * reorder_buf
 
int reorder_buf_size
 in frames More...
 
int64_t timestamp
 current timestamp, without latency applied. More...
 
AVPacketpkt
 

Detailed Description

Definition at line 48 of file alsa.h.

Field Documentation

◆ class

AVClass* AlsaData::class

Definition at line 49 of file alsa.h.

◆ h

snd_pcm_t* AlsaData::h

Definition at line 50 of file alsa.h.

◆ frame_size

int AlsaData::frame_size

bytes per sample * channels

Definition at line 51 of file alsa.h.

◆ period_size

int AlsaData::period_size

preferred size for reads and writes, in frames

Definition at line 52 of file alsa.h.

◆ sample_rate

int AlsaData::sample_rate

sample rate set by user

Definition at line 53 of file alsa.h.

◆ channels

int AlsaData::channels

number of channels set by user

Definition at line 54 of file alsa.h.

◆ last_period

int AlsaData::last_period

Definition at line 55 of file alsa.h.

◆ timefilter

TimeFilter* AlsaData::timefilter

Definition at line 56 of file alsa.h.

◆ reorder_func

void(* AlsaData::reorder_func) (const void *, void *, int)

Definition at line 57 of file alsa.h.

◆ reorder_buf

void* AlsaData::reorder_buf

Definition at line 58 of file alsa.h.

◆ reorder_buf_size

int AlsaData::reorder_buf_size

in frames

Definition at line 59 of file alsa.h.

◆ timestamp

int64_t AlsaData::timestamp

current timestamp, without latency applied.

Definition at line 60 of file alsa.h.

◆ pkt

AVPacket* AlsaData::pkt

Definition at line 61 of file alsa.h.


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