Show / Hide Table of Contents

    Class AudioSource

    Base class for audio sources plugging into the internal peer connection API to expose a single audio stream to a renderer (MediaPlayer or custom).

    Inheritance
    Object
    AudioSource
    LocalAudioSource
    RemoteAudioSource
    Namespace: Microsoft.MixedReality.WebRTC.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class AudioSource : MonoBehaviour

    Fields

    AudioStreamStarted

    Declaration
    public AudioStreamStartedEvent AudioStreamStarted
    Field Value
    Type Description
    AudioStreamStartedEvent

    AudioStreamStopped

    Declaration
    public AudioStreamStoppedEvent AudioStreamStopped
    Field Value
    Type Description
    AudioStreamStoppedEvent
    Back to top Generated by DocFX