CreateViewOptions Class
- java.
lang. Object - com.
azure. android. communication. calling. CreateViewOptions
- com.
public class CreateViewOptions
Options to be passed when rendering a Video
Constructor Summary
Constructor | Description |
---|---|
CreateViewOptions(ScalingMode ScalingMode) |
Creates a new instance with a scaling mode parameter |
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. |
Scaling |
getScalingMode()
Scaling mode for rendering the video. |
Create |
setScalingMode(ScalingMode value)
Scaling mode for rendering the video. |
Constructor Details
CreateViewOptions
public CreateViewOptions(ScalingMode ScalingMode)
Creates a new instance with a scaling mode parameter
Parameters:
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.
getScalingMode
public ScalingMode getScalingMode()
Scaling mode for rendering the video.
setScalingMode
public CreateViewOptions setScalingMode(ScalingMode value)
Scaling mode for rendering the video.
Parameters: