Click or drag to resize
VideoFormat Class
Defines format information of video data.
Inheritance Hierarchy

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

The VideoFormat type exposes the following members.

Constructors
  NameDescription
Public methodVideoFormat(VideoType)
Initializes a new instance of the VideoFormat class.
Public methodVideoFormat(VideoType, Resolution, PixelFormat)
Initializes a new instance of the VideoFormat class.
Public methodVideoFormat(VideoType, Double, Resolution, PixelFormat)
Initializes a new instance of the VideoFormat class.
Public methodVideoFormat(VideoType, Double, Resolution, Int32, PixelFormat)
Initializes a new instance of the VideoFormat class.
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(VideoFormat)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodModify
Copies the current VideoFormat based on the current VideoFormat with modified parameters.
Public methodSupports
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.
Public methodToString (Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Properties
  NameDescription
Public propertyCodecType
Gets the encoded type of the video data.
Public propertyHeight
Gets the height of the video.
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.
Public propertyMaxBitrate
Gets the maximum bitrate for the video data.
Public propertyMaxFramerate
Gets the maximum available framerate for the video.
Public propertyPixelFormat
Gets the pixel format of the image. This is used only if the CodecType is Uncompressed because it describes bitmap image formats.
Public propertyResolution
Gets the resolution of the video data.
Public propertyWidth
Gets the width of the video.
Top
See Also