VideoEncoder class abstract
- Implementers
Constructors
Properties
- codec → SdpVideoCodec
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → void - Release native resources (no-op for pure-Dart codecs).
-
encode(
YuvFrame frame, {bool forceKeyframe = false}) → List< EncodedVideoFrame> - Encode a single raw YUV frame. May return zero, one, or more compressed frames (some encoders rate-control by skipping).
-
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