ZegoCopyrightedMusicQueryCacheConfigV2 constructor

ZegoCopyrightedMusicQueryCacheConfigV2(
  1. String songID,
  2. {int? resourceType,
  3. int? resourceQualityType,
  4. int? vendorID}
)

Implementation

ZegoCopyrightedMusicQueryCacheConfigV2(this.songID,
    {this.resourceType, this.resourceQualityType, this.vendorID});