VideoFormatPixelFormat Property |
Gets the pixel format of the image.
This is used only if the CodecType is Uncompressed because it describes bitmap image formats.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public PixelFormat PixelFormat { get; }
Public ReadOnly Property PixelFormat As PixelFormat
Get
public:
property PixelFormat PixelFormat {
PixelFormat get ();
}
member PixelFormat : PixelFormat with get
Property Value
Type:
PixelFormatSee Also