gstpbutils.discoverer_video_info

Module for [DiscovererVideoInfo] class

Types 3

#GstDiscovererStreamInfo specific to video streams (this includes images).

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
DiscovererVideoInfo self() nothrowReturns `this`, for use in `with` statements.
DiscovererVideoInfoGidBuilder builder() static nothrowGet builder for [gstpbutils.discoverer_video_info.DiscovererVideoInfo] Returns: New builder object
uint getBitrate() nothrow
uint getDepth() nothrow
uint getFramerateDenom() nothrow
uint getFramerateNum() nothrow
uint getHeight() nothrow
uint getMaxBitrate() nothrow
uint getParDenom() nothrow
uint getParNum() nothrow
uint getWidth() nothrow
bool isImage() nothrow
bool isInterlaced() nothrow
Constructors
this(void * ptr, Flag!"Take" take)