Click or drag to resize

Media<TAudioTrack, TVideoTrack> Properties

The Media<TAudioTrack, TVideoTrack> generic type exposes the following members.

Properties
  NameDescription
Public propertyAudioGain
Gets or sets a value indicating the gain (input amplification) of the first audio track.
(Inherited from MediaBase<TIAudioTrack, TIVideoTrack>.)
Public propertyAudioMuted
Gets or sets a value indicating whether the first audio track is muted.
(Inherited from MediaBase<TIAudioTrack, TIVideoTrack>.)
Public propertyAudioTrack
Gets the first audio track.
(Inherited from MediaBase<TIAudioTrack, TIVideoTrack>.)
Public propertyAudioTracks
Gets the audio tracks.
(Overrides MediaBase<TIAudioTrack, TIVideoTrack>.AudioTracks.)
Public propertyAudioVolume
Gets or sets a value indicating the volume (output resistance) of the first audio track.
(Inherited from MediaBase<TIAudioTrack, TIVideoTrack>.)
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyId
Gets the identifier.
(Inherited from MediaBase<TIAudioTrack, TIVideoTrack>.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyIsRecordingAudio
Gets or sets a value indicating whether audio is being recorded.
Public propertyIsRecordingVideo
Gets or sets a value indicating whether video is being recorded.
Public propertyVideoMuted
Gets or sets a value indicating whether the first video track is muted.
(Inherited from MediaBase<TIAudioTrack, TIVideoTrack>.)
Public propertyVideoSize
Gets the size of the first video track.
(Overrides MediaBase<TIAudioTrack, TIVideoTrack>.VideoSize.)
Public propertyVideoTrack
Gets the first video track.
(Inherited from MediaBase<TIAudioTrack, TIVideoTrack>.)
Public propertyVideoTracks
Gets the video tracks.
(Overrides MediaBase<TIAudioTrack, TIVideoTrack>.VideoTracks.)
Top
See Also