Package im.zego.zegoexpress.entity
Class ZegoCustomPlayerResourceConfig
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoCustomPlayerResourceConfig
-
public class ZegoCustomPlayerResourceConfig extends java.lang.Object
Custom play stream resource type configuration. Custom play stream resource type configuration.
-
-
Field Summary
Fields Modifier and Type Field Description ZegoResourceType
afterPublish
The type of resource selected by the play stream after stopping the publish stream.ZegoResourceType
beforePublish
The resource type selected by the play stream before starting the publish stream.ZegoResourceType
publishing
The type of resource selected by the play stream in the publish stream.
-
Constructor Summary
Constructors Constructor Description ZegoCustomPlayerResourceConfig()
-
-
-
Field Detail
-
beforePublish
public ZegoResourceType beforePublish
The resource type selected by the play stream before starting the publish stream.
-
publishing
public ZegoResourceType publishing
The type of resource selected by the play stream in the publish stream.
-
afterPublish
public ZegoResourceType afterPublish
The type of resource selected by the play stream after stopping the publish stream.
-
-