|
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
Public Member Functions | |
| CDemuxStreamAudioBXA (CDVDDemuxBXA *parent, const std::string &codec) | |
Public Member Functions inherited from CDemuxStreamAudio | |
| CDemuxStreamAudio () | |
| ~CDemuxStreamAudio () override=default | |
| std::string | GetStreamType () |
Public Member Functions inherited from CDemuxStream | |
| CDemuxStream () | |
| virtual | ~CDemuxStream () |
| virtual std::string | GetStreamName () |
Additional Inherited Members | |
Public Attributes inherited from CDemuxStreamAudio | |
| 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 |
| unsigned int | codec_fourcc |
| int | profile |
| int | level |
| StreamType | type |
| int | source |
| int | iDuration |
| void * | pPrivate |
| uint8_t * | ExtraData |
| unsigned int | ExtraSize |
| StreamFlags | flags |
| std::string | language |
| bool | disabled |
| std::string | name |
| std::string | codecName |
| int | changes |
| std::shared_ptr< DemuxCryptoSession > | cryptoSession |
| std::shared_ptr< ADDON::IAddonProvider > | externalInterfaces |
|
inline |