Package-level declarations

Types

Link copied to clipboard
class Caster : KotlinCustomResource

Provides a Live Caster resource. Relying on Alibaba Cloud's powerful technologies such as live video broadcasting, media processing, and video AI, cloud guide integrates capabilities such as graphic packaging, real-time keying, multi-language translation, and multi-channel mixed streaming to innovate traditional guide services in the cloud. Provide easy-to-use cloud-based guide services for event performances, news reports, live events, off-site broadcasts and other scenes, without hardware, reduce user guide costs, and create a better live broadcast experience. For information about Live Caster and how to use it, see What is Caster.

Link copied to clipboard
data class CasterArgs(val autoSwitchUrgentConfig: Output<String>? = null, val autoSwitchUrgentOn: Output<Boolean>? = null, val callbackUrl: Output<String>? = null, val casterName: Output<String>? = null, val delay: Output<Double>? = null, val domainName: Output<String>? = null, val normType: Output<Int>? = null, val paymentType: Output<String>? = null, val programEffect: Output<Int>? = null, val programName: Output<String>? = null, val recordConfig: Output<String>? = null, val resourceGroupId: Output<String>? = null, val resourceType: Output<String>? = null, val sideOutputUrl: Output<String>? = null, val sideOutputUrlList: Output<String>? = null, val syncGroupsConfig: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val transcodeConfig: Output<String>? = null, val urgentImageId: Output<String>? = null, val urgentImageUrl: Output<String>? = null, val urgentLiveStreamUrl: Output<String>? = null, val urgentMaterialId: Output<String>? = null) : ConvertibleToJava<CasterArgs>

Provides a Live Caster resource. Relying on Alibaba Cloud's powerful technologies such as live video broadcasting, media processing, and video AI, cloud guide integrates capabilities such as graphic packaging, real-time keying, multi-language translation, and multi-channel mixed streaming to innovate traditional guide services in the cloud. Provide easy-to-use cloud-based guide services for event performances, news reports, live events, off-site broadcasts and other scenes, without hardware, reduce user guide costs, and create a better live broadcast experience. For information about Live Caster and how to use it, see What is Caster.

Link copied to clipboard

Builder for CasterArgs.

Link copied to clipboard
object CasterMapper : ResourceMapper<Caster>
Link copied to clipboard

Builder for Caster.

Functions

Link copied to clipboard
fun caster(name: String): Caster
suspend fun caster(name: String, block: suspend CasterResourceBuilder.() -> Unit): Caster