OggPageResult class

Class representing the result of parsing an Ogg page.

Constructors

OggPageResult({required List<Uint8List> segments, OggPageHeader? pageHeader, OggReaderError? error})

Properties

error OggReaderError?
Error encountered while parsing the Ogg page, if any.
final
hashCode int
The hash code for this object.
no setterinherited
Header of the Ogg page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<Uint8List>
List of segments in the Ogg page.
final

Methods

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