H264VideoFormat Class |
Namespace: Ozeki.Media
The H264VideoFormat type exposes the following members.
Name | Description | |
---|---|---|
H264VideoFormat | Initializes a new instance of the H264VideoFormat class |
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from VideoFormat.) | |
Equals(VideoFormat) | (Inherited from VideoFormat.) | |
GetHashCode | (Overrides VideoFormatGetHashCode.) | |
GetSupportedVideoFormats | ||
Modify |
Copies the current VideoFormat based on the current VideoFormat with modified parameters.
(Overrides VideoFormatModify(Resolution, Double, Int32).) | |
Supports | (Overrides VideoFormatSupports(VideoFormat).) | |
ToString | (Overrides VideoFormatToString.) |
Name | Description | |
---|---|---|
CodecType |
Gets the encoded type of the video data.
(Inherited from VideoFormat.) | |
Height |
Gets the height of the video.
(Inherited from VideoFormat.) | |
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.
(Inherited from VideoFormat.) | |
Level | ||
MaxBitrate |
Gets the maximum bitrate for the video data.
(Inherited from VideoFormat.) | |
MaxFramerate |
Gets the maximum available framerate for the video.
(Inherited from VideoFormat.) | |
PixelFormat |
Gets the pixel format of the image.
This is used only if the CodecType is Uncompressed because it describes bitmap image formats.
(Inherited from VideoFormat.) | |
Profile | ||
Quality | ||
Resolution |
Gets the resolution of the video data.
(Inherited from VideoFormat.) | |
Width |
Gets the width of the video.
(Inherited from VideoFormat.) |