ZegoCopyrightedMusicRequestConfig class

获取资源的配置。

Constructors

ZegoCopyrightedMusicRequestConfig(String songID, ZegoCopyrightedMusicBillingMode mode, {ZegoCopyrightedMusicVendorID? vendorID, String? roomID, String? masterID, int? sceneID})

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
masterID ↔ String?
房主 ID, 当计费模式为按房主计费时必传。指明按哪个房主进行点歌/点伴奏/高潮片段
read / write
mode ZegoCopyrightedMusicBillingMode
计费模式。
read / write
roomID ↔ String?
房间 ID, 单房间模式可不传,多房间模式时必须传对应房间的 ID。指明在哪个房间进行点歌/点伴奏/点高潮片段。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
sceneID ↔ int?
场景 ID, 指明实际业务,详情可咨询 ZEGO 技术支持。
read / write
songID ↔ String
歌曲 ID。
read / write
vendorID ZegoCopyrightedMusicVendorID?
版权方。
read / write

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