Uses of Class
net.webpdf.wsclient.schema.operation.AudioEncodingType
-
Packages that use AudioEncodingType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of AudioEncodingType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as AudioEncodingType Modifier and Type Field Description protected AudioEncodingTypeSoundActionType. encodingMethods in net.webpdf.wsclient.schema.operation that return AudioEncodingType Modifier and Type Method Description static AudioEncodingTypeAudioEncodingType. fromValue(String v)AudioEncodingTypeSoundActionType. getEncoding()Gets the value of the encoding property.static AudioEncodingTypeAudioEncodingType. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioEncodingType[]AudioEncodingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type AudioEncodingType Modifier and Type Method Description voidSoundActionType. setEncoding(AudioEncodingType value)Sets the value of the encoding property.
-