VideoFormat Class |
Namespace: Ozeki.Media
The VideoFormat type exposes the following members.
Name | Description | |
---|---|---|
VideoFormat(VideoType) |
Initializes a new instance of the VideoFormat class.
| |
VideoFormat(VideoType, Resolution, PixelFormat) |
Initializes a new instance of the VideoFormat class.
| |
VideoFormat(VideoType, Double, Resolution, PixelFormat) |
Initializes a new instance of the VideoFormat class.
| |
VideoFormat(VideoType, Double, Resolution, Int32, PixelFormat) |
Initializes a new instance of the VideoFormat class.
|
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ObjectEquals(Object).) | |
Equals(VideoFormat) | ||
GetHashCode | (Overrides ObjectGetHashCode.) | |
Modify |
Copies the current VideoFormat based on the current VideoFormat with modified parameters.
| |
Supports |
Determines if the current video format has no restrictive
parameters than the argument, and this VideoFormat can be used
for codecs instead of the parameter VideoFormat.
| |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Equality | ||
Inequality |
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.
|