Click or drag to resize

IMediaTIAudioTrack, TIVideoTrack Interface

Media interface.

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

The IMediaTIAudioTrack, TIVideoTrack type exposes the following members.

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 propertyId
Gets the identifier.
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 methodGrabVideoFrame
Grabs a frame from the first video track.
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