IWMEncStatistics Interface
The IWMEncStatistics interface provides status information about the encoding session. The IWMEncStatistics interface exposes the following properties and methods.
Property | Description |
EncodingTime | Retrieves the time that has elapsed while encoding the current source. |
FileArchiveStats | Retrieves an IWMEncFileArchiveStats object to determine the size of the archive file and the duration of the encoded content stored in the file. |
IndexerStats | Retrieves an IWMEncIndexerStats object to determine the number of files being indexed, the name of a file in the queue, and the percentage of indexing completed on the current file. |
NetConnectionStats | Retrieves an IWMEncNetConnectionStats statistics object. |
WMFOutputStats | Retrieves status information for the encoded output. |
Method | Description |
get_StreamOutputCount | Retrieves the number of streams with multiple audiences (bit rates) generated from a specific input stream. |
get_StreamOutputStats | Retrieves the encoding and broadcasting statistics for a specific output stream. |
See Also