CreateViewOptions Class

  • java.lang.Object
    • com.azure.android.communication.calling.CreateViewOptions

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.

ScalingMode getScalingMode()

Scaling mode for rendering the video.

CreateViewOptions 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:

ScalingMode - Scaling mode for the current video

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:

value - The new value.

Applies to