Click or drag to resize

RtcLocalMediaTView Methods

The RtcLocalMediaTView generic type exposes the following members.

Methods
  NameDescription
Protected methodAbortStart
Aborts the start.
(Inherited from LocalMediaBaseTLocalMedia, TAudioTrack, TVideoTrack.)
Protected methodAddAudioTrack
Adds the audio track.
(Inherited from LocalMedia.)
Protected methodAddVideoTrack
Adds the video track.
(Inherited from LocalMedia.)
Protected methodArrayFromAudioTracks
Creates an array of tracks from a list of audio tracks.
(Inherited from LocalMedia.)
Protected methodArrayFromVideoTracks
Creates an array of tracks from a list of video tracks.
(Inherited from LocalMedia.)
Public methodChangeAudioSourceInput
Changes the audio source input of the first audio track while the media is active.
(Inherited from LocalMedia.)
Public methodChangeVideoSourceInput
Changes the video source input of the first video track while the media is active.
(Inherited from LocalMedia.)
Protected methodCreateAudioRecorder
Creates an audio recorder.
Protected methodCreateAudioSource
Creates an audio source.
Protected methodCreateAudioTrackCollection
Creates an audio track collection.
(Inherited from LocalMedia.)
Protected methodCreateH264Encoder
Creates an H.264 encoder.
Protected methodCreateH264Packetizer
Creates an H.264 packetizer.
Protected methodCreateImageConverter
Creates an image converter.
Protected methodCreateOpusEncoder
Creates an Opus encoder.
Protected methodCreateOpusPacketizer
Creates an Opus packetizer.
Protected methodCreatePcmaEncoder
Creates a PCMA encoder.
Protected methodCreatePcmaPacketizer
Creates a PCMA packetizer.
Protected methodCreatePcmuEncoder
Creates a PCMU encoder.
Protected methodCreatePcmuPacketizer
Creates a PCMU packetizer.
Protected methodCreateSoundConverter
Creates a sound converter.
Protected methodCreateVideoRecorder
Creates a video recorder.
Protected methodCreateVideoSource
Creates a video source.
Protected methodCreateVideoTrackCollection
Creates a video track collection.
(Inherited from LocalMedia.)
Protected methodCreateViewSink
Creates a view sink.
Protected methodCreateVp8Encoder
Creates a VP8 encoder.
Protected methodCreateVp8Packetizer
Creates a VP8 packetizer.
Protected methodCreateVp9Encoder
Creates a VP9 encoder.
Protected methodCreateVp9Packetizer
Creates a VP9 packetizer.
Public methodDestroy
Destroys all media tracks.
(Overrides MediaTAudioTrack, TVideoTrackDestroy.)
Protected methodDoStart
Starts the local media.
(Inherited from LocalMedia.)
Protected methodDoStop
Stops the local media.
(Inherited from LocalMedia.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAudioSourceInputs
Gets the available audio source inputs of the first audio track.
(Inherited from LocalMedia.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetVideoSourceInputs
Gets the available video source inputs of the first video track.
(Inherited from LocalMedia.)
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 the audio track.
(Inherited from LocalMedia.)
Protected methodRemoveVideoTrack
Removes the video track.
(Inherited from LocalMedia.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodStart
Starts the media track sources.
(Inherited from LocalMediaBaseTLocalMedia, TAudioTrack, TVideoTrack.)
Public methodStop
Stops the media track sources.
(Inherited from LocalMediaBaseTLocalMedia, TAudioTrack, TVideoTrack.)
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