VideoFormat Properties |
The VideoFormat type exposes the following members.
Name | Description | |
---|---|---|
CodecType |
Gets the encoded type of the video data.
| |
Height |
Gets the height of the video.
| |
IndexPixelPalette |
Gets or sets the color palette for the pixel format of the image.
It is only used with Uncompressed VideoType and indexed pixelformats, currently the only supported indexed pixelformat is Format8bppIndexed.
| |
MaxBitrate |
Gets the maximum bitrate for the video data.
| |
MaxFramerate |
Gets the maximum available framerate for the video.
| |
PixelFormat |
Gets the pixel format of the image.
This is used only if the CodecType is Uncompressed because it describes bitmap image formats.
| |
Resolution |
Gets the resolution of the video data.
| |
Width |
Gets the width of the video.
|