VideoInput
Video for step instructions.
input VideoInput {
id: String
path: String!
speed: Int
isDefaultMedia: Boolean
delay: Int
}
Fields
VideoInput.id ● String scalar
Video identifier.
VideoInput.path ● String! non-null scalar
Path returned from video upload.
VideoInput.speed ● Int scalar
Playback speed.
VideoInput.isDefaultMedia ● Boolean scalar
Whether this is the default media.
VideoInput.delay ● Int scalar
Delay before playing.
Member Of
StepInput input