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). |