kodi
Classes
VideoStreamDetail

**Video stream details class used in combination with InfoTagVideo. More...

Collaboration diagram for VideoStreamDetail:

Classes

class  XBMCAddon::xbmc::VideoStreamDetail
 

Detailed Description

**Video stream details class used in combination with InfoTagVideo.

**

{ xbmc.VideoStreamDetail([width, height, aspect, duration, codec, stereoMode, language, hdrType]) }

Represents a single selectable video stream for a video item wrapped by InfoTagVideo.


New class added.

Example:

...
videostream = xbmc.VideoStreamDetail(1920, 1080, language='English')
...