Click or drag to resize

VideoFormat Methods

The VideoFormat type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this instance.
(Overrides MediaFormatTFormatClone.)
Protected methodCreateInstance
Creates a new instance.
(Overrides MediaFormatTFormatCreateInstance.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFormatNameToFourCC
Converts a format name to its FourCC value.
Public methodFourCCToFormatName
Converts a FourCC value to its format name.
Public methodStatic memberFromJson
Deserializes an instance from JSON.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsEquivalent(TFormat)
Determines whether the specified format is equivalent.
(Inherited from MediaFormatTFormat.)
Public methodIsEquivalent(TFormat, Boolean)
Determines whether the specified format is equivalent.
(Inherited from MediaFormatTFormat.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberToFourCC(String)
Converts a FourCC string to a int.
Public methodStatic memberToFourCC(Char, Char, Char, Char)
Converts 4 FourCC characters to an int.
Public methodToJson
Serializes this instance to JSON.
Public methodStatic memberToJson(VideoFormat)
Serializes an instance to JSON.
Public methodToString
Returns a string that represents this instance.
(Inherited from MediaFormatTFormat.)
Top
See Also