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