SurfaceOutput
class SurfaceOutput(val descriptor: SurfaceDescriptor, val isStreaming: () -> Boolean, transformationInfo: SurfaceOutput.TransformationInfo) : ISurfaceOutput
Constructors
Link copied to clipboard
constructor(descriptor: SurfaceDescriptor, 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)