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