AudioFrameInputNode.QueuedSampleCount Property

Definition

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

UInt64

unsigned long long

uint64_t

A value indicating the queued sample count.

Applies to