Uses of Class
net.bramp.ffmpeg.builder.StreamSpecifierType
-
Packages that use StreamSpecifierType Package Description net.bramp.ffmpeg.builder -
-
Uses of StreamSpecifierType in net.bramp.ffmpeg.builder
Methods in net.bramp.ffmpeg.builder that return StreamSpecifierType Modifier and Type Method Description static StreamSpecifierTypeStreamSpecifierType. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamSpecifierType[]StreamSpecifierType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bramp.ffmpeg.builder with parameters of type StreamSpecifierType Modifier and Type Method Description static MetadataSpecifierMetadataSpecifier. stream(StreamSpecifierType type)static MetadataSpecifierMetadataSpecifier. stream(StreamSpecifierType stream_type, int stream_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.
-