Click or drag to resize
H264VideoFormat Class
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class H264VideoFormat : VideoFormat

The H264VideoFormat type exposes the following members.

Constructors
  NameDescription
Public methodH264VideoFormat
Initializes a new instance of the H264VideoFormat class
Top
Methods
Properties
  NameDescription
Public propertyCodecType
Gets the encoded type of the video data.
(Inherited from VideoFormat.)
Public propertyHeight
Gets the height of the video.
(Inherited from VideoFormat.)
Public propertyIndexPixelPalette
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.)
Public propertyLevel
Public propertyMaxBitrate
Gets the maximum bitrate for the video data.
(Inherited from VideoFormat.)
Public propertyMaxFramerate
Gets the maximum available framerate for the video.
(Inherited from VideoFormat.)
Public propertyPixelFormat
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.)
Public propertyProfile
Public propertyQuality
Public propertyResolution
Gets the resolution of the video data.
(Inherited from VideoFormat.)
Public propertyWidth
Gets the width of the video.
(Inherited from VideoFormat.)
Top
See Also