Package im.zego.zegoexpress.entity
Class ZegoMediaDataPublisherConfig
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoMediaDataPublisherConfig
-
public class ZegoMediaDataPublisherConfig extends java.lang.Object
Used to config the media data publisher. Used to config the media data publisher when creating it.
-
-
Field Summary
Fields Modifier and Type Field Description int
channel
Used to specify the publish channel index of publisher.ZegoMediaDataPublisherMode
mode
Used to specify the mode of publisher.
-
Constructor Summary
Constructors Constructor Description ZegoMediaDataPublisherConfig()
-
-
-
Field Detail
-
channel
public int channel
Used to specify the publish channel index of publisher.
-
mode
public ZegoMediaDataPublisherMode mode
Used to specify the mode of publisher.
-
-