Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class IdentitySurfaceOutput(val descriptor: SurfaceDescriptor, val isStreaming: () -> Boolean, val viewportRect: Rect = Rect(
0,
0,
descriptor.resolution.width,
descriptor.resolution.height
)) : ISurfaceOutput
Link copied to clipboard
interface ISurfaceOutput
Link copied to clipboard
class SurfaceOutput(val descriptor: SurfaceDescriptor, val isStreaming: () -> Boolean, transformationInfo: SurfaceOutput.TransformationInfo) : ISurfaceOutput
Link copied to clipboard
object ViewPortUtils