Uses of Enum Class
org.monte.media.av.FormatKeys.MediaType
Packages that use FormatKeys.MediaType
Package
Description
Defines an API for audio and video processing, and provides base implementations.
Provides classes for processing QuickTime files.
-
Uses of FormatKeys.MediaType in org.monte.media.av
Subclasses with type arguments of type FormatKeys.MediaType in org.monte.media.avFields in org.monte.media.av with type parameters of type FormatKeys.MediaTypeModifier and TypeFieldDescriptionstatic final FormatKey<FormatKeys.MediaType> FormatKeys.MediaTypeKeyThe type of the media.Methods in org.monte.media.av that return FormatKeys.MediaTypeModifier and TypeMethodDescriptionstatic FormatKeys.MediaTypeReturns the enum constant of this class with the specified name.static FormatKeys.MediaType[]FormatKeys.MediaType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FormatKeys.MediaType in org.monte.media.quicktime
Fields in org.monte.media.quicktime declared as FormatKeys.MediaTypeModifier and TypeFieldDescriptionprotected final FormatKeys.MediaTypeAbstractQuickTimeStream.Track.mediaTypeThe media type of the track.protected FormatKeys.MediaTypeQuickTimeMeta.Track.mediaTypeThe media type of the track.Constructors in org.monte.media.quicktime with parameters of type FormatKeys.MediaType