ZegoCopyrightedMusicGetSharedConfigV2 class

获取分享资源的配置。

Constructors

ZegoCopyrightedMusicGetSharedConfigV2(String songID, {int? vendorID, String? roomID, int? resourceType})

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
resourceType ↔ int?
版权音乐资源类型。
read / write
roomID ↔ String?
房间 ID, 单房间模式可不传,多房间模式时必须传对应房间的 ID。指明在哪个房间获取资源。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
songID ↔ String
歌曲 ID。
read / write
vendorID ↔ int?
版权方。
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