Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CDemuxStreamAudio Class Reference

#include <DVDDemux.h>

Inheritance diagram for CDemuxStreamAudio:
CDemuxStream CDemuxStreamAudioBXA CDemuxStreamAudioCDDA CDemuxStreamAudioFFmpeg

Public Member Functions

 CDemuxStreamAudio ()
 
 ~CDemuxStreamAudio () override=default
 
std::string GetStreamType ()
 
- Public Member Functions inherited from CDemuxStream
 CDemuxStream ()
 
virtual ~CDemuxStream ()=default
 
 CDemuxStream (CDemuxStream &&)=default
 
virtual std::string GetStreamName ()
 

Public Attributes

int iChannels
 
int iSampleRate
 
int iBlockAlign
 
int iBitRate
 
int iBitsPerSample
 
uint64_t iChannelLayout
 
std::string m_channelLayoutName
 
- Public Attributes inherited from CDemuxStream
int uniqueId
 
int dvdNavId
 
int64_t demuxerId
 
AVCodecID codec = AV_CODEC_ID_NONE
 
unsigned int codec_fourcc
 
int profile
 
int level
 
StreamType type
 
int source
 
int iDuration
 
voidpPrivate
 
FFmpegExtraData extraData
 
StreamFlags flags
 
std::string language
 
bool disabled
 
std::string name
 
std::string codecName
 
int changes
 
std::shared_ptr< DemuxCryptoSessioncryptoSession
 
std::shared_ptr< ADDON::IAddonProviderexternalInterfaces
 

Constructor & Destructor Documentation

◆ CDemuxStreamAudio()

CDemuxStreamAudio::CDemuxStreamAudio ( )
inline

◆ ~CDemuxStreamAudio()

CDemuxStreamAudio::~CDemuxStreamAudio ( )
overridedefault

Member Function Documentation

◆ GetStreamType()

std::string CDemuxStreamAudio::GetStreamType ( )
Todo
: With ffmpeg >= 6.1 add new AC4 codec
Todo
: With ffmpeg >= 6.1 add new atmos profile case
Todo
: With ffmpeg >= 6.1 add new DTSX profile cases

Member Data Documentation

◆ iBitRate

int CDemuxStreamAudio::iBitRate

◆ iBitsPerSample

int CDemuxStreamAudio::iBitsPerSample

◆ iBlockAlign

int CDemuxStreamAudio::iBlockAlign

◆ iChannelLayout

uint64_t CDemuxStreamAudio::iChannelLayout

◆ iChannels

int CDemuxStreamAudio::iChannels

◆ iSampleRate

int CDemuxStreamAudio::iSampleRate

◆ m_channelLayoutName

std::string CDemuxStreamAudio::m_channelLayoutName

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