Package apple.audiotoolbox.enums
Class AudioSettingsFlags
- java.lang.Object
-
- apple.audiotoolbox.enums.AudioSettingsFlags
-
public final class AudioSettingsFlags extends java.lang.Object[@enum] AudioSettingsFlags Constants to be used with kAudioSettings_Hint in the kAudioCodecPropertySettings property dictionary. Indicates any special characteristics of each parameter within the dictionary, [@constant] kAudioSettingsFlags_ExpertParameter If set, then the parameter is an expert parameter. [@constant] kAudioSettingsFlags_InvisibleParameter If set, then the parameter should not be displayed. [@constant] kAudioSettingsFlags_MetaParameter If set, then changing this parameter may affect the values of other parameters. If not set, then this parameter can be set without affecting the values of other parameters. [@constant] kAudioSettingsFlags_UserInterfaceParameter If set, then this is only a user interface element and not reflected in the codec's bit stream.
-
-
Field Summary
Fields Modifier and Type Field Description static intExpertParameterstatic intInvisibleParameterstatic intMetaParameterstatic intUserInterfaceParameter
-
-
-
Field Detail
-
ExpertParameter
public static final int ExpertParameter
- See Also:
- Constant Field Values
-
InvisibleParameter
public static final int InvisibleParameter
- See Also:
- Constant Field Values
-
MetaParameter
public static final int MetaParameter
- See Also:
- Constant Field Values
-
UserInterfaceParameter
public static final int UserInterfaceParameter
- See Also:
- Constant Field Values
-
-