Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ASF_MUX_STATISTICS structure (wmcontainer.h)

Contains statistics about the progress of the ASF multiplexer.

Syntax

typedef struct ASF_MUX_STATISTICS {
 DWORD cFramesWritten;
 DWORD cFramesDropped;
} ASF_MUX_STATISTICS;

Members

cFramesWritten

Number of frames written by the ASF multiplexer.

cFramesDropped

Number of frames dropped by the ASF multiplexer.

Remarks

Use IMFASFMultiplexer::GetStatistics to retrieve this structure.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wmcontainer.h

See also

IMFASFMultiplexer::GetStatistics

Media Foundation Structures


Feedback

Was this page helpful?

Additional resources