Uses of Enum
net.bramp.ffmpeg.builder.StreamSpecifierType
Packages that use StreamSpecifierType
-
Uses of StreamSpecifierType in net.bramp.ffmpeg.builder
Methods in net.bramp.ffmpeg.builder that return StreamSpecifierTypeModifier and TypeMethodDescriptionstatic StreamSpecifierTypeReturns 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 StreamSpecifierTypeModifier and TypeMethodDescriptionstatic MetadataSpecifierMetadataSpecifier.stream(StreamSpecifierType type) Creates a stream metadata specifier for the given stream type.static MetadataSpecifierMetadataSpecifier.stream(StreamSpecifierType stream_type, int stream_index) Creates a stream metadata specifier for the given type and 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.