MediaRecordConfig class

The information of the media record.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

MediaRecordConfig()
Constructs a MediaRecordConfig

Properties

access_key_id String?
getter/setter pair
audioBitsPerSecond int?
getter/setter pair
bucket String?
getter/setter pair
fileName String?
getter/setter pair
fileNamePrefix String?
getter/setter pair
fragmentDuration int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
retryCount int?
getter/setter pair
retrySleepMs int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret_access_key String?
getter/setter pair
server String?
getter/setter pair
videoBitsPerSecond int?
getter/setter pair
width int?
getter/setter pair

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