Click or drag to resize

RtcRemoteMediaTView Methods

The RtcRemoteMediaTView generic 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.
(Inherited from RemoteMedia.)
Protected methodArrayFromVideoTracks
Creates an array of tracks from a list of video tracks.
(Inherited from RemoteMedia.)
Public methodChangeAudioSinkOutput
Changes the audio sink output of the first audio track while the media is active.
(Inherited from RemoteMedia.)
Public methodChangeVideoSinkOutput
Changes the video sink output of the first video track while the media is active.
(Inherited from RemoteMedia.)
Protected methodCreateAudioRecorder
Creates an audio recorder.
Protected methodCreateAudioSink
Creates an audio sink.
Protected methodCreateAudioTrackCollection
Creates an audio track collection.
(Inherited from RemoteMedia.)
Protected methodCreateH264Decoder
Creates an H.264 decoder.
Protected methodCreateH264Depacketizer
Creates an H.264 depacketizer.
Protected methodCreateImageConverter
Creates an image converter.
Protected methodCreateOpusDecoder
Creates an Opus decoder.
Protected methodCreateOpusDepacketizer
Creates an Opus depacketizer.
Protected methodCreatePcmaDecoder
Creates a PCMA decoder.
Protected methodCreatePcmaDepacketizer
Creates a PCMA depacketizer.
Protected methodCreatePcmuDecoder
Creates a PCMU decoder.
Protected methodCreatePcmuDepacketizer
Creates a PCMU depacketizer.
Protected methodCreateSoundConverter
Creates a sound converter.
Protected methodCreateVideoRecorder
Creates a video recorder.
Protected methodCreateVideoTrackCollection
Creates a video track collection.
(Inherited from RemoteMedia.)
Protected methodCreateViewSink
Creates a view sink.
Protected methodCreateVp8Decoder
Creates a VP8 decoder.
Protected methodCreateVp8Depacketizer
Creates a VP8 depacketizer.
Protected methodCreateVp9Decoder
Creates a VP9 decoder.
Protected methodCreateVp9Depacketizer
Creates a VP9 depacketizer.
Public methodDestroy
Destroys all media tracks.
(Overrides MediaTAudioTrack, TVideoTrackDestroy.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAudioSinkOutputs
Gets the available audio sink outputs of the first audio track.
(Inherited from RemoteMedia.)
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.
(Inherited from RemoteMedia.)
Public methodGrabVideoFrame
Grabs the next frame from the first video track, once it's rendered.
(Inherited from MediaTAudioTrack, TVideoTrack.)
Public methodInitialize
Initializes this instance. Must be called before being used.
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 methodToggleAudioRecording
Toggles audio recording.
Public methodToggleVideoRecording
Toggles video recording.
Public methodToString (Inherited from Object.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also