ZegoCopyrightedMusicRequestConfigV2 class
获取资源的配置。
Constructors
- ZegoCopyrightedMusicRequestConfigV2(String songID, int mode, {int? vendorID, String? roomID, String? masterID, int? sceneID, int? resourceType})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- masterID ↔ String?
-
房主 ID, 当计费模式为按房主计费时必传。指明按哪个房主进行点歌/点伴奏/高潮片段
getter/setter pair
- mode ↔ int
-
计费模式。
getter/setter pair
- resourceType ↔ int?
-
版权音乐资源类型。
getter/setter pair
- roomID ↔ String?
-
房间 ID, 单房间模式可不传,多房间模式时必须传对应房间的 ID。指明在哪个房间进行点歌/点伴奏/点高潮片段。
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sceneID ↔ int?
-
场景 ID, 指明实际业务,详情可咨询 ZEGO 技术支持。
getter/setter pair
- songID ↔ String
-
歌曲 ID。
getter/setter pair
- vendorID ↔ 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