AudioGraph.LatencyInSamples 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 latency in samples that the audio graph supports.
public:
property int LatencyInSamples { int get(); };
int LatencyInSamples();
public int LatencyInSamples { get; }
var int32 = audioGraph.latencyInSamples;
Public ReadOnly Property LatencyInSamples As Integer
Property Value
Int32
int
A value indicating the sample latency.
Windows requirements
App capabilities |
backgroundMediaRecording
|