SurfaceOutput
class SurfaceOutput(val surface: Surface, val resolution: Size, val isStreaming: () -> Boolean, transformationInfo: SurfaceOutput.TransformationInfo) : AbstractSurfaceOutput
Constructors
Link copied to clipboard
constructor(surface: Surface, resolution: Size, isStreaming: () -> Boolean, transformationInfo: SurfaceOutput.TransformationInfo)
Types
Link copied to clipboard
data class TransformationInfo(val aspectRatioMode: AspectRatioMode, val targetRotation: Int, val cropRect: Rect, val needMirroring: Boolean, val infoProvider: ISourceInfoProvider)