AudioFrameInputNode.QueuedSampleCount 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 queued sample count for the audio frame input node.
public:
property unsigned long long QueuedSampleCount { unsigned long long get(); };
uint64_t QueuedSampleCount();
public ulong QueuedSampleCount { get; }
var uInt64 = audioFrameInputNode.queuedSampleCount;
Public ReadOnly Property QueuedSampleCount As ULong
Property Value
A value indicating the queued sample count.