BJYPlaybackUIFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BJYPlaybackUIFlutterPlatform
Implementers

Constructors

BJYPlaybackUIFlutterPlatform()
Constructs a BJYPlaybackUIFlutterPlatform.

Properties

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

Methods

cancelDownloadWithRoomIDAndSessionID(String roomID, String sessionID) → void
cancelDownloadWithVideoID(String videoID) → void
downloadPlayback(String roomID, String sessionID, String token, ProgressCallback? progressCallback, StateCallback? stateCallback) → void
downloadVideo(String videoID, String token, ProgressCallback? progressCallback, StateCallback? stateCallback) → void
getAllDownloadInfo() Future<List>
download
initSDK(String customDomain) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseDownloadWithRoomIDAndSessionID(String roomID, String sessionID) → void
pauseDownloadWithVideoID(String videoID) → void
setPlayerListener(PlayerListener? playerListener) → void
startDownloadWithRoomIDAndSessionID(String roomID, String sessionID) → void
startDownloadWithVideoID(String videoID) → void
startLocalPlayback(String roomID, String sessionID, Map<String, String> playbackConfig) → void
startLocalVideo(String videoID, Map<String, String> videoConfig) → void
startPlayback(String roomID, String roomToken, Map<String, dynamic>? playbackConfig) → void
startVideo(String videoID, String token, Map<String, dynamic> videoConfig) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance BJYPlaybackUIFlutterPlatform
The default instance of BJYPlaybackUIFlutterPlatform to use.
getter/setter pair