Click or drag to resize

MediaBaseTIAudioTrack, TIVideoTrack Class

A collection of audio/video track base methods/properties.
Inheritance Hierarchy

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

The MediaBaseTIAudioTrack, TIVideoTrack type exposes the following members.

Constructors
  NameDescription
Protected methodMediaBaseTIAudioTrack, TIVideoTrack
Initializes a new instance of the MediaBaseTIAudioTrack, TIVideoTrack class
Top
Properties
  NameDescription
Public propertyAudioGain
Gets or sets a value indicating the gain (input amplification) of the first audio track.
Public propertyAudioMuted
Gets or sets a value indicating whether the first audio track is muted.
Public propertyAudioTrack
Gets the first audio track.
Public propertyAudioTracks
Gets the audio tracks.
Public propertyAudioVolume
Gets or sets a value indicating the volume (output resistance) of the first audio track.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyId
Gets the identifier.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyVideoMuted
Gets or sets a value indicating whether the first video track is muted.
Public propertyVideoSize
Gets the size of the first video track.
Public propertyVideoTrack
Gets the first video track.
Public propertyVideoTracks
Gets the video tracks.
Top
Methods
  NameDescription
Public methodDestroy
Destroys this media.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGrabVideoFrame
Grabs a frame from the first video track.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString (Inherited from Object.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
Events
  NameDescription
Public eventOnAudioDestroyed
Raised when the first audio track is destroyed.
Public eventOnAudioLevel
Raised whenever the level of the first audio track is calculated.
Public eventOnVideoDestroyed
Raised when the first video track is destroyed.
Public eventOnVideoSize
Raised whenever the size of the first video track is calculated.
Top
See Also