amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.video / VideoFrame / getRotatedWidth

getRotatedWidth

fun getRotatedWidth(): Int

Width of frame when the reverse of rotation is applied to the buffer e.g. a frame with width = 1 and height = 2 with 90 degrees rotation will have rotated width = 2 and height = 1

Return
Int - Frame width when rotation is removed