|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Video stream details class used in combination with InfoTagVideo. More...
Classes | |
| class | XBMCAddon::xbmc::VideoStreamDetail |
Functions | |
| XBMCAddon::xbmc::VideoStreamDetail::VideoStreamDetail (...) | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::getWidth () | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::getHeight () | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::getAspect () | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::getDuration () | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::getCodec () | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::getStereoMode () | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::getLanguage () | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::getHDRType () | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::getHDRDetail () | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::setWidth (...) | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::setHeight (...) | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::setAspect (...) | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::setDuration (...) | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::setCodec (...) | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::setStereoMode (...) | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::setLanguage (...) | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::setHDRType (...) | |
| |
| XBMCAddon::xbmc::VideoStreamDetail::setHDRDetail (...) | |
| |
Video stream details class used in combination with InfoTagVideo.
Class: xbmc.VideoStreamDetail([width, height, aspect, duration, codec, stereoMode, language, hdrType]) Represents a single selectable video stream for a video item wrapped by InfoTagVideo.
Example:
| XBMCAddon::xbmc::VideoStreamDetail::getAspect | ( | ) |
Function: getAspect() | XBMCAddon::xbmc::VideoStreamDetail::getCodec | ( | ) |
Function: getCodec() | XBMCAddon::xbmc::VideoStreamDetail::getDuration | ( | ) |
Function: getDuration() | XBMCAddon::xbmc::VideoStreamDetail::getHDRDetail | ( | ) |
Function: getHDRDetail() | XBMCAddon::xbmc::VideoStreamDetail::getHDRType | ( | ) |
Function: getHDRType() | XBMCAddon::xbmc::VideoStreamDetail::getHeight | ( | ) |
Function: getHeight() | XBMCAddon::xbmc::VideoStreamDetail::getLanguage | ( | ) |
Function: getLanguage() | XBMCAddon::xbmc::VideoStreamDetail::getStereoMode | ( | ) |
Function: getStereoMode() | XBMCAddon::xbmc::VideoStreamDetail::getWidth | ( | ) |
Function: getWidth() | XBMCAddon::xbmc::VideoStreamDetail::setAspect | ( | ... | ) |
Function: setAspect(aspect) | aspect | float - Aspect ratio of the video stream. |
| XBMCAddon::xbmc::VideoStreamDetail::setCodec | ( | ... | ) |
Function: setCodec(codec) | codec | string - Codec of the stream. |
| XBMCAddon::xbmc::VideoStreamDetail::setDuration | ( | ... | ) |
Function: setDuration(duration) | duration | integer - Duration of the video stream in seconds. |
| XBMCAddon::xbmc::VideoStreamDetail::setHDRDetail | ( | ... | ) |
Function: setHDRDetail(hdrdetail) | hdrdetail | string - additional HDR type details. Currently only for Dolby Vision: profile and EL type for example: 5, 7FEL, 8.4 |
| XBMCAddon::xbmc::VideoStreamDetail::setHDRType | ( | ... | ) |
Function: setHDRType(hdrtype) | hdrtype | string - HDR type of the stream. The following types are supported: dolbyvision, hdr10, hlg |
| XBMCAddon::xbmc::VideoStreamDetail::setHeight | ( | ... | ) |
Function: setHeight(height) | height | integer - Height of the video stream in pixel. |
| XBMCAddon::xbmc::VideoStreamDetail::setLanguage | ( | ... | ) |
Function: setLanguage(language) | language | string - Language of the stream. |
| XBMCAddon::xbmc::VideoStreamDetail::setStereoMode | ( | ... | ) |
Function: setStereoMode(stereomode) | stereomode | string - Stereo mode of the video stream. |
| XBMCAddon::xbmc::VideoStreamDetail::setWidth | ( | ... | ) |
Function: setWidth(width) | width | integer - Width of the video stream in pixel. |
| XBMCAddon::xbmc::VideoStreamDetail::VideoStreamDetail | ( | ... | ) |
Function: xbmc.VideoStreamDetail([width, height, aspect, duration, codec, stereomode, language, hdrtype, hdrdetail]) | width | [opt] integer - Width of the video stream in pixel. |
| height | [opt] integer - Height of the video stream in pixel. |
| aspect | [opt] float - Aspect ratio of the video stream. |
| duration | [opt] integer - Duration of the video stream in seconds. |
| codec | [opt] string - Codec of the video stream. |
| stereomode | [opt] string - Stereo mode of the video stream. |
| language | [opt] string - Language of the video stream. |
| hdrtype | [opt] string - HDR type of the video stream. The following types are supported: dolbyvision, hdr10, hlg |
| hdrdetail | [opt] string - additional HDR type details. Currently only for Dolby Vision: profile and EL type for example: 5, 7FEL, 8.4 |
Example: