GetLiveSourcePlainArgs

data class GetLiveSourcePlainArgs(val liveSourceName: String, val sourceLocationName: String) : ConvertibleToJava<GetLiveSourcePlainArgs>

Constructors

Link copied to clipboard
constructor(liveSourceName: String, sourceLocationName: String)

Properties

Link copied to clipboard

The name that's used to refer to a live source.

Link copied to clipboard

The name of the source location.

Functions

Link copied to clipboard
open override fun toJava(): GetLiveSourcePlainArgs