Uses of Enum
com.amilesend.mediainfo.type.InfoType
Packages that use InfoType
Package
Description
-
Uses of InfoType in com.amilesend.mediainfo
Methods in com.amilesend.mediainfo with parameters of type InfoTypeModifier and TypeMethodDescriptionMediaInfo.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, 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). -
Uses of InfoType in com.amilesend.mediainfo.lib
Methods in com.amilesend.mediainfo.lib with parameters of type InfoTypeModifier 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, String parameter, InfoType infoType) Get a piece of information about a file (parameter is a string). -
Uses of InfoType in com.amilesend.mediainfo.type
Subclasses with type arguments of type InfoType in com.amilesend.mediainfo.typeModifier and TypeClassDescriptionenumDefines the kind of info types available to parse from media files.Methods in com.amilesend.mediainfo.type that return InfoType