AudioGraph.CompletedQuantumCount 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 completed quantum count for the audio graph.
public:
property unsigned long long CompletedQuantumCount { unsigned long long get(); };
uint64_t CompletedQuantumCount();
public ulong CompletedQuantumCount { get; }
var uInt64 = audioGraph.completedQuantumCount;
Public ReadOnly Property CompletedQuantumCount As ULong
Property Value
A value indicating the completed quantum count.
Windows requirements
App capabilities |
backgroundMediaRecording
|