Package im.zego.zegoexpress.entity
Class ZegoCopyrightedMusicRequestConfigV2
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoCopyrightedMusicRequestConfigV2
-
public class ZegoCopyrightedMusicRequestConfigV2 extends java.lang.Object
The configuration of requesting resource.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
masterID
The master ID, which must be passed when the billing mode is billed by host.int
mode
VOD billing mode.int
resourceType
The resource type of music.java.lang.String
roomID
The room ID, the single-room mode can not be passed, and the corresponding room ID must be passed in the multi-room mode.int
sceneID
The scene ID, indicate the actual business.java.lang.String
songID
the ID of the song.int
vendorID
Copyright music resource song copyright provider.
-
Constructor Summary
Constructors Constructor Description ZegoCopyrightedMusicRequestConfigV2()
-
-
-
Field Detail
-
songID
public java.lang.String songID
the ID of the song.
-
mode
public int mode
VOD billing mode.
-
vendorID
public int vendorID
Copyright music resource song copyright provider.
-
roomID
public java.lang.String roomID
The room ID, the single-room mode can not be passed, and the corresponding room ID must be passed in the multi-room mode. Indicate in which room to order song/accompaniment/accompaniment clip/accompaniment segment.
-
masterID
public java.lang.String masterID
The master ID, which must be passed when the billing mode is billed by host. Indicate which homeowner to order song/accompaniment/accompaniment clip/accompaniment segment.
-
sceneID
public int sceneID
The scene ID, indicate the actual business. For details, please consult ZEGO technical support.
-
resourceType
public int resourceType
The resource type of music.
-
-