Package-level declarations

Types

Link copied to clipboard
abstract class AbstractSurfaceOutput(val surface: Surface, val resolution: Size, val isStreaming: () -> Boolean) : ISurfaceOutput
Link copied to clipboard
Link copied to clipboard
interface ISurfaceOutput
Link copied to clipboard
class SurfaceOutput(val surface: Surface, val resolution: Size, val isStreaming: () -> Boolean, transformationInfo: SurfaceOutput.TransformationInfo) : AbstractSurfaceOutput
Link copied to clipboard