HardwareDeviceInfoPixelFormat Property |
Gets the hardware output pixel format.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AVPixelFormat PixelFormat { get; }
Public ReadOnly Property PixelFormat As AVPixelFormat
Get
Dim instance As HardwareDeviceInfo
Dim value As AVPixelFormat
value = instance.PixelFormat
member PixelFormat : AVPixelFormat with get
/** @property */
public AVPixelFormat get_PixelFormat()
function get PixelFormat () : AVPixelFormat
function get_PixelFormat();
Property Value
Type:
AVPixelFormat
See Also