Uses of Class
com.sinch.android.rtc.video.VideoScalingType
-
Packages that use VideoScalingType Package Description com.sinch.android.rtc.video -
-
Uses of VideoScalingType in com.sinch.android.rtc.video
Methods in com.sinch.android.rtc.video that return VideoScalingType Modifier and Type Method Description static VideoScalingType
VideoScalingType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VideoScalingType[]
VideoScalingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sinch.android.rtc.video with parameters of type VideoScalingType Modifier and Type Method Description void
VideoController. setLocalVideoResizeBehaviour(VideoScalingType type)
Controls how the local view will resize to fit the view.void
VideoController. setResizeBehaviour(VideoScalingType type)
Controls how the remote view will resize to fit the view.
-