Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |