Miam-Player  0.8.0
A nice music player
QtAV::Statistics::AudioOnly Class Reference

#include <Statistics.h>

Public Member Functions

 AudioOnly ()
 

Public Attributes

int sample_rate
 samples per second More...
 
int channels
 number of audio channels More...
 
QString channel_layout
 
QString sample_fmt
 sample format More...
 
int frame_size
 
int block_align
 

Constructor & Destructor Documentation

◆ AudioOnly()

QtAV::Statistics::AudioOnly::AudioOnly ( )

Member Data Documentation

◆ block_align

int QtAV::Statistics::AudioOnly::block_align

number of bytes per packet if constant and known or 0 Used by some WAV based audio codecs.

◆ channel_layout

QString QtAV::Statistics::AudioOnly::channel_layout

◆ channels

int QtAV::Statistics::AudioOnly::channels

number of audio channels

◆ frame_size

int QtAV::Statistics::AudioOnly::frame_size

Number of samples per channel in an audio frame.

  • decoding: may be set by some decoders to indicate constant frame size

◆ sample_fmt

QString QtAV::Statistics::AudioOnly::sample_fmt

sample format

◆ sample_rate

int QtAV::Statistics::AudioOnly::sample_rate

samples per second


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