THEOplayerViewControllerIOS class

Inheritance
  • Object
  • THEOplayerViewController
  • THEOplayerViewControllerMobile
  • THEOplayerViewControllerIOS

Constructors

THEOplayerViewControllerIOS(int id)

Properties

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

Operators

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