Uses of Enum
net.bramp.ffmpeg.builder.StreamSpecifierType
-
Uses of StreamSpecifierType in net.bramp.ffmpeg.builder
Modifier 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.Modifier 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.