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 StreamSpecifierType
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 StreamSpecifierTypeModifier and TypeMethodDescriptionstatic MetadataSpecifier
MetadataSpecifier.stream
(StreamSpecifierType type) static MetadataSpecifier
MetadataSpecifier.stream
(StreamSpecifierType stream_type, int stream_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.