Event.select_streams
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.10" ) ]
public Event.select_streams (List<string> streams)
[ Version ( since = "1.10" ) ]
public Event.select_streams (List<string> streams)
Allocate a new select-streams event.
The select-streams event requests the specified streams to be activated.
The list of streams corresponds to the "Stream ID" of each stream to be activated. Those ID can be obtained via the
Stream objects present in
STREAM_START,
STREAM_COLLECTION or
STREAM_COLLECTION.
Note: The list of streams can not be empty.
Parameters:
| streams |
the list of streams to activate |
Returns:
|
a new select-streams event. |