GeneralLibraryPlayerBase class
- Implemented types
Constructors
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
-
containsPlayer(
{required String player_id}) → bool -
createPlayer(
{required String player_id}) → GeneralLibraryPlayerControllerBase -
createPlayerWithoutAdd(
{required String player_id}) → GeneralLibraryPlayerControllerBase -
ensureInitialized(
{String? libmpv}) → void -
getPlayer(
{required String player_id}) → GeneralLibraryPlayerControllerBase? -
getPlayerForce(
{required String player_id}) → GeneralLibraryPlayerControllerBase? -
isSupport(
) → bool -
check is support or not
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removePlayer(
{required String player_id}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
players
↔ List<
GeneralLibraryPlayerControllerBase> -
getter/setter pair
Static Methods
-
staticEnsureInitialized(
{String? libmpv}) → void