video_player
dart:typed_data
TypedData
property offsetInBytes
offsetInBytes
class TypedData
Constructors
TypedData
Properties
buffer
elementSizeInBytes
lengthInBytes
offsetInBytes
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
int
offsetInBytes
Returns the offset in bytes into the underlying byte buffer of this view.
Source
int get offsetInBytes;
property offsetInBytes