MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class CustomVideoSource<T>

    Abstract base component for a custom video source delivering raw video frames directly to the WebRTC implementation.

    Inheritance
    Object
    MediaTrackSource
    VideoTrackSource
    CustomVideoSource<T>
    SceneVideoSource
    UniformColorVideoSource
    Inherited Members
    VideoTrackSource.Source
    VideoTrackSource.VideoStreamStarted
    VideoTrackSource.VideoStreamStopped
    VideoTrackSource.IsLive
    VideoTrackSource.MediaKind
    VideoTrackSource.AttachSource(VideoTrackSource)
    VideoTrackSource.DisposeSource()
    MediaTrackSource.MediaLines
    MediaTrackSource.AttachToMediaLines()
    MediaTrackSource.DetachFromMediaLines()
    Namespace: Microsoft.MixedReality.WebRTC.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class CustomVideoSource<T> : VideoTrackSource where T : IVideoFrameStorage
    Type Parameters
    Name Description
    T

    Methods

    OnDisable()

    Declaration
    protected virtual void OnDisable()

    OnEnable()

    Declaration
    protected virtual void OnEnable()

    OnFrameRequested(in FrameRequest)

    Declaration
    protected abstract void OnFrameRequested(in FrameRequest request)
    Parameters
    Type Name Description
    FrameRequest request
    In This Article
    Back to top Generated by DocFX