AudRecordLib
|
import "IAudRecord.idl";
Public Attributes | |
ULONGLONG | qwSampleCount |
ULONGLONG | qwByteCount |
ULONGLONG | qwDroppedSampleCount |
ULONGLONG | qwDroppedByteCount |
DWORD | dwCurrentBitrate |
DWORD | dwAverageBitrate |
DWORD | dwExpectedBitrate |
DWORD | dwCurrentSampleRate |
DWORD | dwAverageSampleRate |
DWORD | dwExpectedSampleRate |
Statistics for an IAudRecord interface
The average bitrate of the session
The average sample rates in kilohertz
The current bitrate of the session
The current sample rates in kilohertz
The expected bitrate of the session
The expected sample rates in kilohertz
ULONGLONG _AudRecordStats::qwByteCount |
Number of bytes processed
ULONGLONG _AudRecordStats::qwDroppedByteCount |
Count of dropped bytes
ULONGLONG _AudRecordStats::qwDroppedSampleCount |
Number of samples dropped
ULONGLONG _AudRecordStats::qwSampleCount |
Number of samples processed