AudioGraph.SamplesPerQuantum Property
Definition
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
App capabilities |
backgroundMediaRecording
|