|
enum | { COMPARE_EXTRADATA = 1,
COMPARE_ID = 2,
COMPARE_ALL = 3
} |
|
|
AVCodecID | codec |
|
StreamType | type |
|
int | uniqueId |
|
int | demuxerId = -1 |
|
int | source {STREAM_SOURCE_NONE} |
|
int | flags |
|
std::string | filename |
|
bool | dvd |
|
int | codecOptions |
|
int | fpsscale |
|
int | fpsrate |
|
int | height |
|
int | width |
|
double | aspect |
|
bool | vfr |
|
bool | stills |
|
int | level |
|
int | profile |
|
bool | ptsinvalid |
|
bool | forced_aspect |
|
int | orientation |
|
int | bitsperpixel |
|
int | bitdepth |
|
StreamHdrType | hdrType |
|
AVColorSpace | colorSpace |
|
AVColorRange | colorRange |
|
AVColorPrimaries | colorPrimaries |
|
AVColorTransferCharacteristic | colorTransferCharacteristic |
|
std::shared_ptr< AVMasteringDisplayMetadata > | masteringMetadata |
|
std::shared_ptr< AVContentLightMetadata > | contentLightMetadata |
|
std::string | stereo_mode |
|
int | channels |
|
int | samplerate |
|
int | bitrate |
|
int | blockalign |
|
int | bitspersample |
|
uint64_t | channellayout |
|
void * | extradata |
|
unsigned int | extrasize |
|
unsigned int | codec_tag |
|
std::shared_ptr< DemuxCryptoSession > | cryptoSession |
|
std::shared_ptr< ADDON::IAddonProvider > | externalInterfaces |
|
The documentation for this class was generated from the following files:
- xbmc/cores/VideoPlayer/DVDStreamInfo.h
- xbmc/cores/VideoPlayer/DVDStreamInfo.cpp