BmffMemoryContext class

The context of a BMFF file in memory.

Inheritance

Constructors

BmffMemoryContext.new(List<int> bytes, {List<String> fullBoxTypes = fullBoxType})
The context of a BMFF file in memory.

Properties

bmff Bmff
getter/setter pairinherited
bytes List<int>
The bytes of the context.
final
fullBoxTypes List<String>
You can use your own full box types.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
length int
The length of the context.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Release the context.
override
getRangeData(int start, int end) List<int>
Get the data of the context.
override
isFullBox(String type) bool
Whether the box is a full box.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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