ComponentStatus enumeration
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
Specifies the status of a sub-stream (component).
Syntax
enum ComponentStatus {
StatusActive = 0,
StatusInactive = 1,
StatusUnavailable = 2
};
Constants
-
StatusActive
-
The component is active.
-
StatusInactive
-
The component is inactive
-
StatusUnavailable
-
The component is not available.
Requirements
Header |
|