Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AudioGraph.SamplesPerQuantum Property

Definition

Namespace:
Windows.Media.Audio

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the number of samples per quantum at which the audio graph is currently operating.

public:
 property int SamplesPerQuantum { int get(); };
int SamplesPerQuantum();
public int SamplesPerQuantum { get; }
var int32 = audioGraph.samplesPerQuantum;
Public ReadOnly Property SamplesPerQuantum As Integer

Property Value

Int32

int

A value indicating the number of samples per quantum.

Windows requirements

Requirements Description
App capabilities
backgroundMediaRecording

Applies to


Feedback

Was this page helpful?