HardwareDeviceInfoPixelFormatName Property |
Gets the name of the pixel format.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string PixelFormatName { get; }
Public ReadOnly Property PixelFormatName As String
Get
Dim instance As HardwareDeviceInfo
Dim value As String
value = instance.PixelFormatName
member PixelFormatName : string with get
/** @property */
public String get_PixelFormatName()
function get PixelFormatName () : String
function get_PixelFormatName();
Property Value
Type:
String
See Also