MediaStreamSource.AudioBufferLength Property
Silverlight
Gets or sets the length of the audio buffer.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Int32The length of the audio buffer in milliseconds. The value must be between 15 and 1000. The default value is 1000, which is a one second buffer.
This property is used to set the size of the audio buffer of the media pipeline.
Developers should set this property before calling ReportOpenMediaCompleted, if they want to use a value other than the default. For more information, see the “Buffer Management” section of Implementing MediaStream Sources.
Platform Notes
Silverlight for Windows Phone
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.