Package im.zego.zegoexpress.entity
Class ZegoCopyrightedMusicQueryCacheConfigV2
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoCopyrightedMusicQueryCacheConfigV2
-
public class ZegoCopyrightedMusicQueryCacheConfigV2 extends java.lang.Object
The configuration of querying cache.
-
-
Field Summary
Fields Modifier and Type Field Description int
resourceQualityType
The resource quality type of music.int
resourceType
The resource type of music.java.lang.String
songID
the ID of the song.int
vendorID
Copyright music resource song copyright provider.
-
Constructor Summary
Constructors Constructor Description ZegoCopyrightedMusicQueryCacheConfigV2()
-
-
-
Field Detail
-
songID
public java.lang.String songID
the ID of the song.
-
resourceType
public int resourceType
The resource type of music.
-
resourceQualityType
public int resourceQualityType
The resource quality type of music.
-
vendorID
public int vendorID
Copyright music resource song copyright provider.
-
-