-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Dallos
committed
Oct 18, 2024
1 parent
0bdea22
commit d39aa55
Showing
8 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 1 addition & 5 deletions
6
...r_theoplayer_sdk/flutter_theoplayer_sdk_platform_interface/lib/theolive/theolive_api.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
import 'package:theoplayer_platform_interface/theoplayer_event_dispatcher_interface.dart'; | ||
|
||
abstract class THEOliveAPI implements EventDispatcher{ | ||
abstract class THEOlive implements EventDispatcher{ | ||
void preloadChannels(List<String> channelIDs); | ||
void set badNetworkMode(bool badNetworkMode); | ||
bool get badNetworkMode; | ||
} | ||
|
||
abstract class THEOliveAPIInternalInterface extends THEOliveAPI { | ||
void dispose(); | ||
} |
5 changes: 5 additions & 0 deletions
5
...yer_sdk/flutter_theoplayer_sdk_platform_interface/lib/theolive/theolive_internal_api.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import 'package:theoplayer_platform_interface/theolive/theolive_api.dart'; | ||
|
||
abstract class THEOliveInternalInterface extends THEOlive { | ||
void dispose(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
flutter_theoplayer_sdk/flutter_theoplayer_sdk_web/lib/theolive/theolive_controller_web.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters