[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.10" ) ]
public Message.streams_selected (Object src, StreamCollection collection)
Creates a new steams-selected message.
The message is used to announce that an array of streams has been selected. This is generally in response to a SELECT_STREAMS event, or when an element (such as decodebin3) makes an initial selection of streams.
The message also contains the StreamCollection to which the various streams belong to.
Users of Message.streams_selected can add the selected streams with streams_selected_add.
src |
The Object that created the message |
collection |
The StreamCollection |
a newly allocated Message |