Windows Media Format SDK banner art
PreviousNext

WMWriterStatistics

The WMWriterStatistics structure describes the performance of the WMWriter.

Syntax

typedef struct _WMWriterStatistics{
    QWORD  qwSampleCount;
    QWORD  qwByteCount;
    QWORD  qwDroppedSampleCount;
    QWORD  qwDroppedByteCount;
    DWORD  dwCurrentBitrate;
    DWORD  dwAverageBitrate;
    DWORD  dwExpectedBitrate;
    DWORD  dwCurrentSampleRate;
    DWORD  dwAverageSampleRate;
    DWORD  dwExpectedSampleRate;
};

Members

  qwSampleCount

QWORD containing the sample count.

  qwByteCount

QWORD containing the byte count.

  qwDroppedSampleCount

QWORD containing the dropped sample count.

  qwDroppedByteCount

QWORD containing the dropped byte count.

  dwCurrentBitrate

Double word containing the current bit rate.

  dwAverageBitrate

Double word containing the average bit rate.

  dwExpectedBitrate

Double word containing the expected bit rate.

  dwCurrentSampleRate

Double word containing the current sample rate.

  dwAverageSampleRate

Double word containing the average sample rate.

  dwExpectedSampleRate

Double word containing the expected sample rate.

Remarks

Sample rates are given as 1000 * (samples / second).

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.