Basic sec_streaming_service interface to set the state of an IStreamingService.
More...
Basic sec_streaming_service interface to set the state of an IStreamingService.
- See also
- Streaming Service.
Definition at line 23 of file streaming_source_intf.h.
◆ tStreamingState
States of the Streaming Services.
- See also
- Streaming Service State Machine (within Filter Graph)
Enumerator |
---|
State_Shutdown | first entry state.
|
State_Constructed | All properties are set all pins can be created after this state the pins will be requested and connected.
|
State_Initialized | All Pins are requested and connected.
|
State_Streaming | Streaming Data begins, threads and timers should only start here!
|
Definition at line 35 of file streaming_source_intf.h.
◆ GetState()
Gets the current state of the Streaming Service.
- See also
- section_streaming_graph_state
- Returns
- The current reached state. (only returns the right state if transition is completed).
◆ SetState()
Sets the state of the Streaming Service.
- See also
- section_streaming_graph_state
- Parameters
-
- Returns
- Standard Result Code depends on the implementation of the Streaming Service