Gives access to stream related statistics.
More...
Inherits IEnumerable< KeyValuePair< StreamInfo, double > >.
Inherited by Grab2Statistics, and NoStatistics.
Gives access to stream related statistics.
◆ GetEnumerator()
IEnumerator< KeyValuePair< StreamInfo, double > > GetEnumerator |
( |
| ) |
|
Gets the typed enumerator for the available statistics.
- Returns
- Available statistics enumerator.
◆ TryGetValue()
abstract bool TryGetValue |
( |
StreamInfo |
query, |
|
|
out double |
value |
|
) |
| |
|
pure virtual |
Tries to retrieve the value of statistic to query .
- Parameters
-
query | Info to query. |
value | Current value of the statistic. |
- Returns
true
if statistic value could be retrieved; false
otherwise.
◆ this[StreamInfo query]
Gets the value of the statistic to query .
- Parameters
-
- Returns
- Current value of the statistic.
- Exceptions
-
NotSupportedException | Statistic to query is not available. |