OBJECT
PlaylistOptions
link GraphQL Schema definition
- type PlaylistOptions {
- : String
- : String
- : String
- : String
- # the default transition
- : String
- : Int
- : Int
- # the scale options for document
- : String
- # the scale options for image
- : String
- # the scale options for video
- : String
- # if the playing is shuffle
- : Boolean
- : Int
- # the predefined speed type
- : String
- # the transition speed
- : Float
- : Boolean @deprecated( reason: "use scaleDocument instead" )
- : Boolean @deprecated( reason: "use scaleImage instead" )
- : Boolean @deprecated( reason: "use scaleVideo instead" )
- }