AvPlatformInterface class abstract

Inheritance
  • Object
  • PlatformInterface
  • AvPlatformInterface
Implementers

Constructors

AvPlatformInterface()
Constructs a AvPlatformInterface.

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

deleteRecording() Future<bool?>
getEventBroadcastStream() Stream
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pausePlaying() Future<bool?>
prepareToPlay(String url) Future<bool?>
prepareToRecordAlac({int numberOfChannels = 2, int sampleRate = 44100}) Future<bool?>
prepareToRecordMpeg4Aac({int numberOfChannels = 2, int sampleRate = 44100, int bitRate = 256000}) Future<bool?>
skip(num interval) Future<bool?>
startPlaying() Future<bool?>
startRecording() Future<bool?>
stopRecording() Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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