VideoEncoder class abstract

Defines the video encoding.

These constants are used with MediaRecorder.setVideoEncoder.

Constructors

VideoEncoder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

defaultEncoding → const int
Android MediaRecorder.VideoEncoder.DEFAULT format.
h263 → const int
Android MediaRecorder.VideoEncoder.H263 format.
h264 → const int
Android MediaRecorder.VideoEncoder.H264 format.
hevc → const int
Android MediaRecorder.VideoEncoder.HEVC format.
mpeg4Sp → const int
Android MediaRecorder.VideoEncoder.MPEG_4_SP format.
vp8 → const int
Android MediaRecorder.VideoEncoder.VP8 format.