OfflineRenderSettings

data class OfflineRenderSettings(val outputPath: String, val startSeconds: Double, val endSeconds: Double? = null, val useContentFallback: Boolean = true, val contentBoundsValid: Boolean = false, val contentStartSeconds: Double = 0.0, val contentEndSeconds: Double = 0.0, val tailSeconds: Double = 0.0, val enableSilenceStop: Boolean = false, val silenceDurationSeconds: Double = 3.0, val silenceThresholdDb: Double = -60.0, val sampleRate: Int = 44100, val bufferSize: UInt, val outputChannels: UInt, val umpBufferSize: UInt)

Constructors

Link copied to clipboard
constructor(outputPath: String, startSeconds: Double, endSeconds: Double? = null, useContentFallback: Boolean = true, contentBoundsValid: Boolean = false, contentStartSeconds: Double = 0.0, contentEndSeconds: Double = 0.0, tailSeconds: Double = 0.0, enableSilenceStop: Boolean = false, silenceDurationSeconds: Double = 3.0, silenceThresholdDb: Double = -60.0, sampleRate: Int = 44100, bufferSize: UInt, outputChannels: UInt, umpBufferSize: UInt)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard