static StreamSpecifier |
StreamSpecifier.id(int stream_id) |
Match the stream by stream id (e.g.
|
static StreamSpecifier |
StreamSpecifier.program(int program_id) |
Matches all streams in the program.
|
static StreamSpecifier |
StreamSpecifier.program(int program_id,
int stream_index) |
Matches the stream with number stream_index in the program with the id program_id.
|
static StreamSpecifier |
StreamSpecifier.stream(int index) |
Matches the stream with this index.
|
static StreamSpecifier |
StreamSpecifier.stream(StreamSpecifierType type) |
Matches all streams of this type.
|
static StreamSpecifier |
StreamSpecifier.stream(StreamSpecifierType type,
int index) |
Matches the stream number stream_index of this type.
|
static StreamSpecifier |
StreamSpecifier.tag(String key) |
Matches all streams with the given metadata tag.
|
static StreamSpecifier |
StreamSpecifier.tag(String key,
String value) |
Matches streams with the metadata tag key having the specified value.
|
static StreamSpecifier |
StreamSpecifier.usable() |
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.
|