Click or drag to resize

MediaFormatTFormat Class

A media format.
Inheritance Hierarchy
SystemObject
  FM.IceLinkMediaFormatTFormat
    FM.IceLinkAudioFormat
    FM.IceLinkVideoFormat

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

The MediaFormatTFormat type exposes the following members.

Constructors
  NameDescription
Protected methodMediaFormatTFormat
Initializes a new instance of the MediaFormatTFormat class.
Public methodMediaFormatTFormat(String, Int32)
Initializes a new instance of the MediaFormatTFormat class.
Top
Properties
  NameDescription
Public propertyClockRate
Gets or sets the clock rate.
Public propertyFullName
Gets the full name, including clock rate and encoding parameters.
Public propertyIsEncrypted
Gets or sets a value indicating that the data is encrypted.
Public propertyIsInjected
Gets or sets a value indicating that the data is injected into the primary media stream (e.g. DTMF).
Public propertyIsPacketized
Gets or sets a value indicating that the data is packetized for network transmission.
Public propertyName
Gets or sets the name.
Public propertyParameters
Gets the parameters.
Public propertyStatic memberRedName
Gets the name of the RED media format.
Public propertyStaticPayloadType
Gets or sets the static payload type, if this format has a static payload type registered with IANA.
Public propertyStatic memberUlpFecName
Gets the name of the ULPFEC media format.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Protected methodCreateInstance
Creates a new instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsEquivalent(TFormat)
Determines whether the specified format is equivalent.
Public methodIsEquivalent(TFormat, Boolean)
Determines whether the specified format is equivalent.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents this instance.
(Overrides ObjectToString.)
Top
See Also