Uses of Enum
com.amilesend.mediainfo.type.StreamType
Packages that use StreamType
Package
Description
-
Uses of StreamType in com.amilesend.mediainfo
Methods 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).int
MediaInfo.getStreamCount
(StreamType streamType) Gets the number of streams for the given stream type.int
MediaInfo.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.lib
Methods 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).int
MediaInfoAccessor.getStreamCount
(@NonNull StreamType streamType) Gets the number of streams for the given stream type.int
MediaInfoAccessor.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.type
Methods in com.amilesend.mediainfo.type that return StreamTypeModifier and TypeMethodDescriptionstatic StreamType
Returns 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.