-
StreamSpecifier.id(int stream_id)
Match the stream by stream id (e.g.
StreamSpecifier.program(int program_id)
Matches all streams in the program.
StreamSpecifier.program(int program_id,
int stream_index)
Matches the stream with number stream_index in the program with the id program_id.
StreamSpecifier.stream(int index)
Matches the stream with this index.
Matches all streams of this type.
Matches the stream number stream_index of this type.
Matches all streams with the given metadata tag.
Matches streams with the metadata tag key having the specified value.
Matches streams with usable configuration, the codec must be defined and the essential
information such as video dimension or audio sample rate must be present.