ZegoLiveAudioRoomBackgroundMediaConfig class

Live Audio Room background media configuration.

Constructors

ZegoLiveAudioRoomBackgroundMediaConfig({String? path, bool enableRepeat = true})

Properties

enableRepeat bool
whether to repeat playback.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path String?
the path of background music, which can be either a local path or a network address. supported formats by default include MP3, MP4, FLV, WAV, AAC, M3U8, and FLAC.
getter/setter pair
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