Class ZegoCopyrightedMusicRequestConfig


  • public class ZegoCopyrightedMusicRequestConfig
    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.
      ZegoCopyrightedMusicBillingMode mode
      VOD billing mode.
      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.
      ZegoCopyrightedMusicVendorID vendorID
      Copyright music resource song copyright provider.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • songID

        public java.lang.String songID
        the ID of the song.
      • 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.
    • Constructor Detail

      • ZegoCopyrightedMusicRequestConfig

        public ZegoCopyrightedMusicRequestConfig()