AudiopcPlatformInterface class abstract
- Inheritance
-
- Object
- PlatformInterface
- AudiopcPlatformInterface
- Implemented types
- Implementers
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
-
close(
String id) → Future< void> -
inherited
-
getMetadata(
String path) → Future< Map?> -
inherited
-
getPosition(
String id) → Future< double?> -
inherited
-
init(
String id) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
String id) → Future< void> -
inherited
-
play(
String id) → Future< void> -
inherited
-
seek(
double position, String id) → Future< void> -
inherited
-
setRate(
double rate, String id) → Future< void> -
inherited
-
setSource(
String path, String id) → Future< void> -
inherited
-
setVolume(
String id) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ AudiopcPlatformInterface
-
Platform-specific implementations should set this with their own
platform-specific class that extends AudiopcPlatformInterface when
they register themselves.
getter/setter pair