MethodChannelAv class

An implementation of AvPlatform that uses method channels.

Inheritance

Constructors

MethodChannelAv()

Properties

eventBroadcastStream Stream?
getter/setter pair
eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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