VideoState

Created by svennahler on 02.09.16.

open class VideoState : ImglyState

Constructors

VideoState
Link copied to clipboard
fun VideoState()

Types

Event
Link copied to clipboard
object Event

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
startSeek
Link copied to clipboard
open fun startSeek()
startVideo
Link copied to clipboard
open fun startVideo()
stopSeek
Link copied to clipboard
open fun stopSeek()
stopVideo
Link copied to clipboard
open fun stopVideo()
toString
Link copied to clipboard
open override fun toString(): String
wantNextFrame
Link copied to clipboard
open fun wantNextFrame()

Properties

durationInMicroseconds
Link copied to clipboard
var durationInMicroseconds: Long
hasNextFrame
Link copied to clipboard
var hasNextFrame: Boolean
isKeyFrame
Link copied to clipboard
var isKeyFrame: Boolean
isPlaying
Link copied to clipboard
var isPlaying: Boolean
presentationTimeInNanoseconds
Link copied to clipboard
var presentationTimeInNanoseconds: Long
seekTimeInNanoseconds
Link copied to clipboard
var seekTimeInNanoseconds: Long