Playback class abstract

Constructors

Playback(int textureId, int audioBufferTime, int sampleRate, int channels, int audioFormat, int videoFormat, {void onFrame(int?)?})

Properties

aspectRatio double
no setter
audioBufferTime int
final
hashCode int
The hash code for this object.
no setterinherited
height int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textureId int
final
width int
no setter

Methods

close() Future
flushAudioBuffer(Pointer<Uint8> buffer, int length) Future<int>
flushVideoBuffer(Pointer<Uint8> buffer, int length, int width, int height) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future
resume() Future
stop() Future
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create({void onFrame(int?)?}) Future<Playback>