Click or drag to resize

RemoteMedia Methods

The RemoteMedia type exposes the following members.

Methods
  NameDescription
Protected methodAddAudioTrack
Adds an audio track.
(Inherited from MediaTAudioTrack, TVideoTrack.)
Protected methodAddVideoTrack
Adds a video track.
(Inherited from MediaTAudioTrack, TVideoTrack.)
Protected methodArrayFromAudioTracks
Creates an array of tracks from a list of audio tracks.
(Overrides MediaTAudioTrack, TVideoTrackArrayFromAudioTracks(ListTAudioTrack).)
Protected methodArrayFromVideoTracks
Creates an array of tracks from a list of video tracks.
(Overrides MediaTAudioTrack, TVideoTrackArrayFromVideoTracks(ListTVideoTrack).)
Public methodChangeAudioSinkOutput
Changes the audio sink output of the first audio track while the media is active.
Public methodChangeVideoSinkOutput
Changes the video sink output of the first video track while the media is active.
Protected methodCreateAudioTrackCollection
Creates an audio track collection.
(Overrides MediaTAudioTrack, TVideoTrackCreateAudioTrackCollection.)
Protected methodCreateVideoTrackCollection
Creates a video track collection.
(Overrides MediaTAudioTrack, TVideoTrackCreateVideoTrackCollection.)
Public methodDestroy
Destroys this media.
(Inherited from MediaTAudioTrack, TVideoTrack.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAudioSinkOutputs
Gets the available audio sink outputs of the first audio track.
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetVideoSinkOutputs
Gets the available video sink outputs of the first video track.
Public methodGrabVideoFrame
Grabs the next frame from the first video track, once it's rendered.
(Inherited from MediaTAudioTrack, TVideoTrack.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodRemoveAudioTrack
Removes an audio track.
(Inherited from MediaTAudioTrack, TVideoTrack.)
Protected methodRemoveVideoTrack
Removes a video track.
(Inherited from MediaTAudioTrack, TVideoTrack.)
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
See Also