Uses of Enum Class
org.monte.media.av.BufferFlag
Packages that use BufferFlag
Package
Description
Defines an API for audio and video processing, and provides base implementations.
-
Uses of BufferFlag in org.monte.media.av
Fields in org.monte.media.av with type parameters of type BufferFlagModifier and TypeFieldDescriptionBuffer.flagsA flag mask that describes the boolean attributes for this buffer.Methods in org.monte.media.av that return BufferFlagModifier and TypeMethodDescriptionstatic BufferFlagReturns the enum constant of this class with the specified name.static BufferFlag[]BufferFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.monte.media.av with parameters of type BufferFlagModifier and TypeMethodDescriptionvoidBuffer.clearFlag(BufferFlag flag) Convenience method for clearing a flag.booleanBuffer.isFlag(BufferFlag flag) Returns true if the specified flag is set.voidBuffer.setFlag(BufferFlag flag) Convenience method for setting a flag.voidBuffer.setFlag(BufferFlag flag, boolean value) Sets or clears the specified flag.voidBuffer.setFlagsTo(BufferFlag... flags) Clears all flags, and then sets the specified flag.Method parameters in org.monte.media.av with type arguments of type BufferFlagModifier and TypeMethodDescriptionvoidBuffer.setFlagsTo(EnumSet<BufferFlag> flags) Clears all flags, and then sets the specified flag.