IncomingVideoOptions Class
- java.
lang. Object - com.
azure. android. communication. calling. IncomingVideoOptions
- com.
public class IncomingVideoOptions
Hold properties that configure incoming video streams
Constructor Summary
Constructor | Description |
---|---|
IncomingVideoOptions() |
Default constructor |
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
Video |
getStreamType()
Get or set the Incoming Video Stream that should be provided |
Incoming |
setStreamType(VideoStreamType value)
Get or set the Incoming Video Stream that should be provided |
Constructor Details
IncomingVideoOptions
public IncomingVideoOptions()
Default constructor
Method Details
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.
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: