Class IncomingVideoOptions
- Object
-
- IncomingVideoOptions
-
public final class IncomingVideoOptions extends Object
Hold properties that configure incoming video streams
-
-
Constructor Summary
Constructors Constructor Description IncomingVideoOptions()
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.VideoStreamType
getStreamType()
Get or set the Incoming Video Stream that should be providedIncomingVideoOptions
setStreamType(VideoStreamType value)
Get or set the Incoming Video Stream that should be provided
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalize
in classObject
-
getStreamType
public VideoStreamType getStreamType()
Get or set the Incoming Video Stream that should be provided
-
setStreamType
public IncomingVideoOptions setStreamType(VideoStreamType value)
Get or set the Incoming Video Stream that should be provided- Parameters:
value
- The new value.
-
-