Gives access to stream related statistics. More...
Public Member Functions | |
| IEnumerator< KeyValuePair< StreamInfo, double > > | GetEnumerator () |
| Gets the typed enumerator for the available statistics. | |
| bool | TryGetValue (StreamInfo query, out double value) |
| Tries to retrieve the value of statistic to query . | |
Properties | |
| double | this[StreamInfo query] [get] |
| Gets the value of the statistic to query . | |
Gives access to stream related statistics.
| IEnumerator< KeyValuePair< StreamInfo, double > > GetEnumerator | ( | ) |
Gets the typed enumerator for the available statistics.
|
abstract |
Tries to retrieve the value of statistic to query .
| query | Info to query. |
| value | Current value of the statistic. |
true if statistic value could be retrieved; false otherwise.
|
get |
Gets the value of the statistic to query .
| query | Info to query |
| NotSupportedException | Statistic to query is not available. |