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