StreamSize Class

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

public class StreamSize

StreamSize class representing the dimensions of a video stream

Method Summary

Modifier and Type Method and Description
int getHeight()

Retrieve the current height of the stream

int getWidth()

Retrieve the current width of the stream

String toString()

Retrieve a formatted String representing the width X height of the stream

Method Details

getHeight

public int getHeight()

Retrieve the current height of the stream

Returns:

an integer representing the height of the stream

getWidth

public int getWidth()

Retrieve the current width of the stream

Returns:

an integer representing the width of the stream

toString

public String toString()

Retrieve a formatted String representing the width X height of the stream

Returns:

an formatted String representing the width X height of the stream

Applies to