MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Enum AudioTrackReadBuffer.PadBehavior

    Controls the padding behavior of Read(Int32, Int32, Single[], out Int32, out Boolean, AudioTrackReadBuffer.PadBehavior) on underrun.

    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public enum PadBehavior : int

    Fields

    Name Description
    DoNotPad

    Do not pad the samples array.

    PadWithSine

    Pad with a sine function.

    PadWithZero

    Pad with zeros (silence).

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX