Package | Description |
---|---|
com.amazon.ask.model.interfaces.viewport | |
com.amazon.ask.model.interfaces.viewport.video |
Modifier and Type | Method and Description |
---|---|
List<Codecs> |
ViewportVideo.getCodecs()
Codecs which are available for playing video on the device.
|
List<Codecs> |
ViewportStateVideo.getCodecs()
Codecs which are available for playing video on the device.
|
Modifier and Type | Method and Description |
---|---|
ViewportVideo.Builder |
ViewportVideo.Builder.addCodecsItem(Codecs codecsItem) |
ViewportStateVideo.Builder |
ViewportStateVideo.Builder.addCodecsItem(Codecs codecsItem) |
Modifier and Type | Method and Description |
---|---|
ViewportVideo.Builder |
ViewportVideo.Builder.withCodecs(List<Codecs> codecs) |
ViewportStateVideo.Builder |
ViewportStateVideo.Builder.withCodecs(List<Codecs> codecs) |
Modifier and Type | Method and Description |
---|---|
static Codecs |
Codecs.fromValue(String text) |
static Codecs |
Codecs.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Codecs[] |
Codecs.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.