Package com.banuba.sdk.manager
Interface IResolutionController
public interface IResolutionController
Resolution controller interface.
-
Method Summary
Modifier and TypeMethodDescriptionandroid.util.SizegetSize(android.util.Size size) Get resolutionSizebased on inputSize.
-
Method Details
-
getSize
@NonNull android.util.Size getSize(@NonNull android.util.Size size) Get resolutionSizebased on inputSize.- Parameters:
size- InputSize.- Returns:
- Output
Size.
-