LiveStreamAdvancedFeature class

The configuration for advanced features of the RTMP or RTMPS streaming with transcoding.

If you want to enable the advanced features of streaming with transcoding, contact.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

featureName String?
The feature names, including LBHQ (high-quality video with a lower bitrate) and VEO (optimized video encoder).
final
hashCode int
The hash code for this object.
no setterinherited
opened bool?
Whether to enable the advanced features of streaming with transcoding: true : Enable the advanced features. false : (Default) Do not enable the advanced features.
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited