ASF_MUX_STATISTICS structure
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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: