Uses of Class
net.bramp.ffmpeg.builder.StreamSpecifier
Packages that use StreamSpecifier
-
Uses of StreamSpecifier in net.bramp.ffmpeg.builder
Methods in net.bramp.ffmpeg.builder that return StreamSpecifierModifier and TypeMethodDescriptionstatic 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
Matches all streams with the given metadata tag.static StreamSpecifier
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.Methods in net.bramp.ffmpeg.builder with parameters of type StreamSpecifierModifier and TypeMethodDescriptionstatic MetadataSpecifier
MetadataSpecifier.stream
(StreamSpecifier spec)