Click or drag to resize

Format Class

A VP8 format.
Inheritance Hierarchy
System.Object
  FM.IceLink.MediaFormat<VideoFormat>
    FM.IceLink.VideoFormat
      FM.IceLink.Vp8.Format

Namespace:  FM.IceLink.Vp8
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Format type exposes the following members.

Constructors
  NameDescription
Public methodFormat()
Initializes a new instance of the Format class.
Public methodFormat(Int32)
Initializes a new instance of the Format class.
Top
Properties
  NameDescription
Public propertyClockRate
Gets or sets the clock rate.
(Inherited from MediaFormat<TFormat>.)
Public propertyFourCC
Gets or sets the FourCC value for this format.
(Inherited from VideoFormat.)
Public propertyFullName
Gets the full name, including clock rate and encoding parameters.
(Inherited from MediaFormat<TFormat>.)
Public propertyIsAbgr
Gets a value indicating whether this format is ABGR.
(Inherited from VideoFormat.)
Public propertyIsArgb
Gets a value indicating whether this format is ARGB.
(Inherited from VideoFormat.)
Public propertyIsBgr
Gets a value indicating whether this format is BGR.
(Inherited from VideoFormat.)
Public propertyIsBgra
Gets a value indicating whether this format is BGRA.
(Inherited from VideoFormat.)
Public propertyIsEncrypted
Gets or sets a value indicating that the data is encrypted.
(Inherited from MediaFormat<TFormat>.)
Public propertyIsH264
Gets a value indicating whether this format is H.264.
(Inherited from VideoFormat.)
Public propertyIsI420
Gets a value indicating whether this format is I420.
(Inherited from VideoFormat.)
Public propertyIsInjected
Gets or sets a value indicating that the data is injected into the primary media stream (e.g. DTMF).
(Inherited from MediaFormat<TFormat>.)
Public propertyIsNv12
Gets a value indicating whether this format is NV12.
(Inherited from VideoFormat.)
Public propertyIsNv21
Gets a value indicating whether this format is NV21.
(Inherited from VideoFormat.)
Public propertyIsPacketized
Gets or sets a value indicating that the data is packetized for network transmission.
(Inherited from MediaFormat<TFormat>.)
Public propertyIsRaw
Gets a value indicating whether this format is RGB, BGR, I420, YV12, NV12, NV21, RGBA, BGRA, ARGB, or ABGR.
(Inherited from VideoFormat.)
Public propertyIsRgb
Gets a value indicating whether this format is RGB.
(Inherited from VideoFormat.)
Public propertyIsRgba
Gets a value indicating whether this format is RGBA.
(Inherited from VideoFormat.)
Public propertyIsRgbaType
Gets a value indicating whether this format is RGBA, BGRA, ARGB, or ABGR.
(Inherited from VideoFormat.)
Public propertyIsRgbType
Gets a value indicating whether this format is RGB or BGR.
(Inherited from VideoFormat.)
Public propertyIsVp8
Gets a value indicating whether this format is VP8.
(Inherited from VideoFormat.)
Public propertyIsVp9
Gets a value indicating whether this format is VP9.
(Inherited from VideoFormat.)
Public propertyIsYuvType
Gets a value indicating whether this format is I420, YV12, NV12, or NV21.
(Inherited from VideoFormat.)
Public propertyIsYv12
Gets a value indicating whether this format is YV12.
(Inherited from VideoFormat.)
Public propertyName
Gets or sets the name.
(Inherited from MediaFormat<TFormat>.)
Public propertyParameters
Gets the parameters.
(Inherited from VideoFormat.)
Public propertyStaticPayloadType
Gets or sets the static payload type, if this format has a static payload type registered with IANA.
(Inherited from MediaFormat<TFormat>.)
Top
Methods
See Also