ZegoCopyrightedMusicGetSharedConfigV2 class

获取分享资源的配置。

Constructors

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

Properties

hashCode → int
The hash code for this object.
no setterinherited
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
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