EncodedVideoFrame class
Encoded compressed-video frame plus a hint of whether it's a key frame.
Constructors
- EncodedVideoFrame({required Uint8List bytes, required bool keyFrame, required int timestamp})
Properties
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