public class VideoSubscriptionOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE |
Constructor and Description |
---|
VideoSubscriptionOptions() |
VideoSubscriptionOptions(VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE streamType,
boolean encodedFrameOnly) |
Modifier and Type | Method and Description |
---|---|
int |
getStreamType() |
boolean |
isEncodedFrameOnly() |
void |
setEncodedFrameOnly(boolean encodedFrameOnly) |
void |
setStreamType(VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE streamType) |
public VideoSubscriptionOptions()
public VideoSubscriptionOptions(VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE streamType, boolean encodedFrameOnly)
public int getStreamType()
public boolean isEncodedFrameOnly()
public void setEncodedFrameOnly(boolean encodedFrameOnly)
public void setStreamType(VideoSubscriptionOptions.REMOTE_VIDEO_STREAM_TYPE streamType)