Uses of Enum
com.amilesend.mediainfo.type.StreamType
Packages that use StreamType
Package
Description
- 
Uses of StreamType in com.amilesend.mediainfoMethods in com.amilesend.mediainfo with parameters of type StreamTypeModifier and TypeMethodDescriptionMediaInfo.get(StreamType streamType, int streamNumber, int parameterIndex) Get a piece of information about a file (parameter is an integer that represents the parameter index).MediaInfo.get(StreamType streamType, int streamNumber, int parameterIndex, InfoType infoType) Get a piece of information about a file (parameter is an integer that represents the parameter index).MediaInfo.get(StreamType streamType, int streamNumber, String parameter) Get a piece of information about a file (parameter is a string).MediaInfo.get(StreamType streamType, int streamNumber, String parameter, InfoType infoType) Get a piece of information about a file (parameter is a string).MediaInfo.get(StreamType streamType, int streamNumber, String parameter, InfoType infoType, InfoType searchType) Get a piece of information about a file (parameter is a string).intMediaInfo.getStreamCount(StreamType streamType) Gets the number of streams for the given stream type.intMediaInfo.getStreamOrParameterCount(StreamType streamType, int streamNumber) Gets the number of streams for the given stream type or the total count of information parameters for a stream.
- 
Uses of StreamType in com.amilesend.mediainfo.libMethods in com.amilesend.mediainfo.lib with parameters of type StreamTypeModifier and TypeMethodDescriptionMediaInfoAccessor.get(@NonNull StreamType streamType, int streamNumber, int parameterIndex, @NonNull InfoType infoType) Get a piece of information about a file (parameter is an integer that represents the parameter index).MediaInfoAccessor.get(@NonNull StreamType streamType, int streamNumber, String parameter, @NonNull InfoType infoType, @NonNull InfoType searchType) Get a piece of information about a file (parameter is a string).MediaInfoAccessor.get(StreamType streamType, int streamNumber, int parameterIndex) Get a piece of information about a file (parameter is an integer that represents the parameter index).MediaInfoAccessor.get(StreamType streamType, int streamNumber, String parameter) Get a piece of information about a file (parameter is a string).MediaInfoAccessor.get(StreamType streamType, int streamNumber, String parameter, InfoType infoType) Get a piece of information about a file (parameter is a string).intMediaInfoAccessor.getStreamCount(@NonNull StreamType streamType) Gets the number of streams for the given stream type.intMediaInfoAccessor.getStreamOrParameterCount(@NonNull StreamType streamType, int streamNumber) Gets the number of streams for the given stream type or the total count of information parameters for a stream.
- 
Uses of StreamType in com.amilesend.mediainfo.typeSubclasses with type arguments of type StreamType in com.amilesend.mediainfo.typeMethods in com.amilesend.mediainfo.type that return StreamTypeModifier and TypeMethodDescriptionstatic StreamTypeReturns the enum constant of this type with the specified name.static StreamType[]StreamType.values()Returns an array containing the constants of this enum type, in the order they are declared.