THEOplayerViewController class abstract

Constructors

THEOplayerViewController(int id)

Properties

channelSuffix String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEventListener(String eventType, EventListener<Event> listener) → void
inherited
dispose() → void
getAudioTracks() AudioTracks
getBuffered() Future<List<TimeRange?>>
getCurrentProgramDateTime() Future<DateTime?>
getCurrentTime() Future<double>
getDuration() Future<double>
getError() Future<String?>
getPlaybackRate() Future<double>
getPlayed() Future<List<TimeRange?>>
getPreload() Future<PreloadType>
getReadyState() Future<ReadyState>
getSeekable() Future<List<TimeRange?>>
getSource() Future<SourceDescription?>
getTextTracks() TextTracks
getVideoHeight() Future<int>
getVideoTracks() VideoTracks
getVideoWidth() Future<int>
getVolume() Future<double>
isAutoplay() Future<bool>
isEnded() Future<bool>
isMuted() Future<bool>
isPaused() Future<bool>
isSeeking() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLifecyclePause() → void
onLifecycleResume() → void
pause() → void
play() → void
removeEventListener(String eventType, EventListener<Event> listener) → void
inherited
setAutoplay(bool autoplay) → void
setCurrentProgramDateTime(DateTime currentProgramDateTime) → void
setCurrentTime(double currentTime) → void
setMuted(bool muted) → void
setPlaybackRate(double playbackRate) → void
setPreload(PreloadType preload) → void
setSource({required SourceDescription? source}) → void
setVolume(double volume) → void
stop() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

TAG → const String