Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static AudioFrame.PlayModeEnum |
AudioFrame.PlayModeEnum.fromValue(String text) |
AudioFrame.PlayModeEnum |
AudioFrame.getPlayMode()
Returns or sets the audio play mode.
|
AudioFrame.PlayModeEnum |
AudioFrame.PlayModeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static AudioFrame.PlayModeEnum |
AudioFrame.PlayModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioFrame.PlayModeEnum[] |
AudioFrame.PlayModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AudioFrame |
AudioFrame.playMode(AudioFrame.PlayModeEnum playMode) |
void |
AudioFrame.setPlayMode(AudioFrame.PlayModeEnum playMode) |
void |
AudioFrame.PlayModeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
AudioFrame.PlayModeEnum enumeration) |
Copyright © 2023. All rights reserved.