Package-level declarations

Types

Link copied to clipboard
data class JobConfigAdBreakArgs(val startTimeOffset: Output<String>? = null) : ConvertibleToJava<JobConfigAdBreakArgs>
Link copied to clipboard
data class JobConfigArgs(val adBreaks: Output<List<JobConfigAdBreakArgs>>? = null, val editLists: Output<List<JobConfigEditListArgs>>? = null, val elementaryStreams: Output<List<JobConfigElementaryStreamArgs>>? = null, val encryptions: Output<List<JobConfigEncryptionArgs>>? = null, val inputs: Output<List<JobConfigInputArgs>>? = null, val manifests: Output<List<JobConfigManifestArgs>>? = null, val muxStreams: Output<List<JobConfigMuxStreamArgs>>? = null, val output: Output<JobConfigOutputArgs>? = null, val overlays: Output<List<JobConfigOverlayArgs>>? = null, val pubsubDestination: Output<JobConfigPubsubDestinationArgs>? = null) : ConvertibleToJava<JobConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class JobConfigEditListArgs(val inputs: Output<List<String>>? = null, val key: Output<String>? = null, val startTimeOffset: Output<String>? = null) : ConvertibleToJava<JobConfigEditListArgs>
Link copied to clipboard
data class JobConfigElementaryStreamArgs(val audioStream: Output<JobConfigElementaryStreamAudioStreamArgs>? = null, val key: Output<String>? = null, val videoStream: Output<JobConfigElementaryStreamVideoStreamArgs>? = null) : ConvertibleToJava<JobConfigElementaryStreamArgs>
Link copied to clipboard
data class JobConfigElementaryStreamAudioStreamArgs(val bitrateBps: Output<Int>, val channelCount: Output<Int>? = null, val channelLayouts: Output<List<String>>? = null, val codec: Output<String>? = null, val sampleRateHertz: Output<Int>? = null) : ConvertibleToJava<JobConfigElementaryStreamAudioStreamArgs>
Link copied to clipboard
data class JobConfigElementaryStreamVideoStreamArgs(val h264: Output<JobConfigElementaryStreamVideoStreamH264Args>? = null) : ConvertibleToJava<JobConfigElementaryStreamVideoStreamArgs>
data class JobConfigElementaryStreamVideoStreamH264Args(val bitrateBps: Output<Int>, val crfLevel: Output<Int>? = null, val entropyCoder: Output<String>? = null, val frameRate: Output<Int>, val gopDuration: Output<String>? = null, val heightPixels: Output<Int>? = null, val hlg: Output<JobConfigElementaryStreamVideoStreamH264HlgArgs>? = null, val pixelFormat: Output<String>? = null, val preset: Output<String>? = null, val profile: Output<String>? = null, val rateControlMode: Output<String>? = null, val sdr: Output<JobConfigElementaryStreamVideoStreamH264SdrArgs>? = null, val vbvFullnessBits: Output<Int>? = null, val vbvSizeBits: Output<Int>? = null, val widthPixels: Output<Int>? = null) : ConvertibleToJava<JobConfigElementaryStreamVideoStreamH264Args>
class JobConfigElementaryStreamVideoStreamH264HlgArgs : ConvertibleToJava<JobConfigElementaryStreamVideoStreamH264HlgArgs>
class JobConfigElementaryStreamVideoStreamH264SdrArgs : ConvertibleToJava<JobConfigElementaryStreamVideoStreamH264SdrArgs>
Link copied to clipboard
class JobConfigEncryptionAes128Args : ConvertibleToJava<JobConfigEncryptionAes128Args>
Link copied to clipboard
data class JobConfigEncryptionArgs(val aes128: Output<JobConfigEncryptionAes128Args>? = null, val drmSystems: Output<JobConfigEncryptionDrmSystemsArgs>? = null, val id: Output<String>, val mpegCenc: Output<JobConfigEncryptionMpegCencArgs>? = null, val sampleAes: Output<JobConfigEncryptionSampleAesArgs>? = null, val secretManagerKeySource: Output<JobConfigEncryptionSecretManagerKeySourceArgs>? = null) : ConvertibleToJava<JobConfigEncryptionArgs>
Link copied to clipboard
data class JobConfigEncryptionDrmSystemsArgs(val clearkey: Output<JobConfigEncryptionDrmSystemsClearkeyArgs>? = null, val fairplay: Output<JobConfigEncryptionDrmSystemsFairplayArgs>? = null, val playready: Output<JobConfigEncryptionDrmSystemsPlayreadyArgs>? = null, val widevine: Output<JobConfigEncryptionDrmSystemsWidevineArgs>? = null) : ConvertibleToJava<JobConfigEncryptionDrmSystemsArgs>
class JobConfigEncryptionDrmSystemsClearkeyArgs : ConvertibleToJava<JobConfigEncryptionDrmSystemsClearkeyArgs>
class JobConfigEncryptionDrmSystemsFairplayArgs : ConvertibleToJava<JobConfigEncryptionDrmSystemsFairplayArgs>
class JobConfigEncryptionDrmSystemsPlayreadyArgs : ConvertibleToJava<JobConfigEncryptionDrmSystemsPlayreadyArgs>
class JobConfigEncryptionDrmSystemsWidevineArgs : ConvertibleToJava<JobConfigEncryptionDrmSystemsWidevineArgs>
Link copied to clipboard
data class JobConfigEncryptionMpegCencArgs(val scheme: Output<String>) : ConvertibleToJava<JobConfigEncryptionMpegCencArgs>
Link copied to clipboard
class JobConfigEncryptionSampleAesArgs : ConvertibleToJava<JobConfigEncryptionSampleAesArgs>
data class JobConfigEncryptionSecretManagerKeySourceArgs(val secretVersion: Output<String>) : ConvertibleToJava<JobConfigEncryptionSecretManagerKeySourceArgs>
Link copied to clipboard
data class JobConfigInputArgs(val key: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<JobConfigInputArgs>
Link copied to clipboard
Link copied to clipboard
data class JobConfigManifestArgs(val fileName: Output<String>? = null, val muxStreams: Output<List<String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<JobConfigManifestArgs>
Link copied to clipboard
data class JobConfigMuxStreamArgs(val container: Output<String>? = null, val elementaryStreams: Output<List<String>>? = null, val encryptionId: Output<String>? = null, val fileName: Output<String>? = null, val key: Output<String>? = null, val segmentSettings: Output<JobConfigMuxStreamSegmentSettingsArgs>? = null) : ConvertibleToJava<JobConfigMuxStreamArgs>
Link copied to clipboard
data class JobConfigMuxStreamSegmentSettingsArgs(val segmentDuration: Output<String>? = null) : ConvertibleToJava<JobConfigMuxStreamSegmentSettingsArgs>
Link copied to clipboard
data class JobConfigOutputArgs(val uri: Output<String>? = null) : ConvertibleToJava<JobConfigOutputArgs>
data class JobConfigOverlayAnimationAnimationFadeArgs(val endTimeOffset: Output<String>? = null, val fadeType: Output<String>, val startTimeOffset: Output<String>? = null, val xy: Output<JobConfigOverlayAnimationAnimationFadeXyArgs>? = null) : ConvertibleToJava<JobConfigOverlayAnimationAnimationFadeArgs>
data class JobConfigOverlayAnimationAnimationFadeXyArgs(val x: Output<Double>? = null, val y: Output<Double>? = null) : ConvertibleToJava<JobConfigOverlayAnimationAnimationFadeXyArgs>
Link copied to clipboard
data class JobConfigOverlayAnimationArgs(val animationFade: Output<JobConfigOverlayAnimationAnimationFadeArgs>? = null) : ConvertibleToJava<JobConfigOverlayAnimationArgs>
Link copied to clipboard
data class JobConfigOverlayArgs(val animations: Output<List<JobConfigOverlayAnimationArgs>>? = null, val image: Output<JobConfigOverlayImageArgs>? = null) : ConvertibleToJava<JobConfigOverlayArgs>
Link copied to clipboard
data class JobConfigOverlayImageArgs(val uri: Output<String>) : ConvertibleToJava<JobConfigOverlayImageArgs>
Link copied to clipboard
data class JobConfigPubsubDestinationArgs(val topic: Output<String>? = null) : ConvertibleToJava<JobConfigPubsubDestinationArgs>
Link copied to clipboard
data class JobTemplateConfigAdBreakArgs(val startTimeOffset: Output<String>? = null) : ConvertibleToJava<JobTemplateConfigAdBreakArgs>
Link copied to clipboard
data class JobTemplateConfigArgs(val adBreaks: Output<List<JobTemplateConfigAdBreakArgs>>? = null, val editLists: Output<List<JobTemplateConfigEditListArgs>>? = null, val elementaryStreams: Output<List<JobTemplateConfigElementaryStreamArgs>>? = null, val encryptions: Output<List<JobTemplateConfigEncryptionArgs>>? = null, val inputs: Output<List<JobTemplateConfigInputArgs>>? = null, val manifests: Output<List<JobTemplateConfigManifestArgs>>? = null, val muxStreams: Output<List<JobTemplateConfigMuxStreamArgs>>? = null, val output: Output<JobTemplateConfigOutputArgs>? = null, val overlays: Output<List<JobTemplateConfigOverlayArgs>>? = null, val pubsubDestination: Output<JobTemplateConfigPubsubDestinationArgs>? = null) : ConvertibleToJava<JobTemplateConfigArgs>
Link copied to clipboard
data class JobTemplateConfigEditListArgs(val inputs: Output<List<String>>? = null, val key: Output<String>? = null, val startTimeOffset: Output<String>? = null) : ConvertibleToJava<JobTemplateConfigEditListArgs>
Link copied to clipboard
data class JobTemplateConfigElementaryStreamArgs(val audioStream: Output<JobTemplateConfigElementaryStreamAudioStreamArgs>? = null, val key: Output<String>? = null, val videoStream: Output<JobTemplateConfigElementaryStreamVideoStreamArgs>? = null) : ConvertibleToJava<JobTemplateConfigElementaryStreamArgs>
data class JobTemplateConfigElementaryStreamAudioStreamArgs(val bitrateBps: Output<Int>, val channelCount: Output<Int>? = null, val channelLayouts: Output<List<String>>? = null, val codec: Output<String>? = null, val sampleRateHertz: Output<Int>? = null) : ConvertibleToJava<JobTemplateConfigElementaryStreamAudioStreamArgs>
data class JobTemplateConfigElementaryStreamVideoStreamArgs(val h264: Output<JobTemplateConfigElementaryStreamVideoStreamH264Args>? = null) : ConvertibleToJava<JobTemplateConfigElementaryStreamVideoStreamArgs>
data class JobTemplateConfigElementaryStreamVideoStreamH264Args(val bitrateBps: Output<Int>, val crfLevel: Output<Int>? = null, val entropyCoder: Output<String>? = null, val frameRate: Output<Int>, val gopDuration: Output<String>? = null, val heightPixels: Output<Int>? = null, val hlg: Output<JobTemplateConfigElementaryStreamVideoStreamH264HlgArgs>? = null, val pixelFormat: Output<String>? = null, val preset: Output<String>? = null, val profile: Output<String>? = null, val rateControlMode: Output<String>? = null, val sdr: Output<JobTemplateConfigElementaryStreamVideoStreamH264SdrArgs>? = null, val vbvFullnessBits: Output<Int>? = null, val vbvSizeBits: Output<Int>? = null, val widthPixels: Output<Int>? = null) : ConvertibleToJava<JobTemplateConfigElementaryStreamVideoStreamH264Args>
class JobTemplateConfigElementaryStreamVideoStreamH264HlgArgs : ConvertibleToJava<JobTemplateConfigElementaryStreamVideoStreamH264HlgArgs>
class JobTemplateConfigElementaryStreamVideoStreamH264SdrArgs : ConvertibleToJava<JobTemplateConfigElementaryStreamVideoStreamH264SdrArgs>
Link copied to clipboard
class JobTemplateConfigEncryptionAes128Args : ConvertibleToJava<JobTemplateConfigEncryptionAes128Args>
Link copied to clipboard
data class JobTemplateConfigEncryptionArgs(val aes128: Output<JobTemplateConfigEncryptionAes128Args>? = null, val drmSystems: Output<JobTemplateConfigEncryptionDrmSystemsArgs>? = null, val id: Output<String>, val mpegCenc: Output<JobTemplateConfigEncryptionMpegCencArgs>? = null, val sampleAes: Output<JobTemplateConfigEncryptionSampleAesArgs>? = null, val secretManagerKeySource: Output<JobTemplateConfigEncryptionSecretManagerKeySourceArgs>? = null) : ConvertibleToJava<JobTemplateConfigEncryptionArgs>
data class JobTemplateConfigEncryptionDrmSystemsArgs(val clearkey: Output<JobTemplateConfigEncryptionDrmSystemsClearkeyArgs>? = null, val fairplay: Output<JobTemplateConfigEncryptionDrmSystemsFairplayArgs>? = null, val playready: Output<JobTemplateConfigEncryptionDrmSystemsPlayreadyArgs>? = null, val widevine: Output<JobTemplateConfigEncryptionDrmSystemsWidevineArgs>? = null) : ConvertibleToJava<JobTemplateConfigEncryptionDrmSystemsArgs>
class JobTemplateConfigEncryptionDrmSystemsClearkeyArgs : ConvertibleToJava<JobTemplateConfigEncryptionDrmSystemsClearkeyArgs>
class JobTemplateConfigEncryptionDrmSystemsFairplayArgs : ConvertibleToJava<JobTemplateConfigEncryptionDrmSystemsFairplayArgs>
class JobTemplateConfigEncryptionDrmSystemsPlayreadyArgs : ConvertibleToJava<JobTemplateConfigEncryptionDrmSystemsPlayreadyArgs>
class JobTemplateConfigEncryptionDrmSystemsWidevineArgs : ConvertibleToJava<JobTemplateConfigEncryptionDrmSystemsWidevineArgs>
Link copied to clipboard
data class JobTemplateConfigEncryptionMpegCencArgs(val scheme: Output<String>) : ConvertibleToJava<JobTemplateConfigEncryptionMpegCencArgs>
Link copied to clipboard
class JobTemplateConfigEncryptionSampleAesArgs : ConvertibleToJava<JobTemplateConfigEncryptionSampleAesArgs>
data class JobTemplateConfigEncryptionSecretManagerKeySourceArgs(val secretVersion: Output<String>) : ConvertibleToJava<JobTemplateConfigEncryptionSecretManagerKeySourceArgs>
Link copied to clipboard
data class JobTemplateConfigInputArgs(val key: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<JobTemplateConfigInputArgs>
Link copied to clipboard
data class JobTemplateConfigManifestArgs(val fileName: Output<String>? = null, val muxStreams: Output<List<String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<JobTemplateConfigManifestArgs>
Link copied to clipboard
data class JobTemplateConfigMuxStreamArgs(val container: Output<String>? = null, val elementaryStreams: Output<List<String>>? = null, val encryptionId: Output<String>? = null, val fileName: Output<String>? = null, val key: Output<String>? = null, val segmentSettings: Output<JobTemplateConfigMuxStreamSegmentSettingsArgs>? = null) : ConvertibleToJava<JobTemplateConfigMuxStreamArgs>
data class JobTemplateConfigMuxStreamSegmentSettingsArgs(val segmentDuration: Output<String>? = null) : ConvertibleToJava<JobTemplateConfigMuxStreamSegmentSettingsArgs>
Link copied to clipboard
data class JobTemplateConfigOutputArgs(val uri: Output<String>? = null) : ConvertibleToJava<JobTemplateConfigOutputArgs>
data class JobTemplateConfigOverlayAnimationAnimationFadeArgs(val endTimeOffset: Output<String>? = null, val fadeType: Output<String>, val startTimeOffset: Output<String>? = null, val xy: Output<JobTemplateConfigOverlayAnimationAnimationFadeXyArgs>? = null) : ConvertibleToJava<JobTemplateConfigOverlayAnimationAnimationFadeArgs>
data class JobTemplateConfigOverlayAnimationAnimationFadeXyArgs(val x: Output<Double>? = null, val y: Output<Double>? = null) : ConvertibleToJava<JobTemplateConfigOverlayAnimationAnimationFadeXyArgs>
Link copied to clipboard
data class JobTemplateConfigOverlayAnimationArgs(val animationFade: Output<JobTemplateConfigOverlayAnimationAnimationFadeArgs>? = null) : ConvertibleToJava<JobTemplateConfigOverlayAnimationArgs>
Link copied to clipboard
data class JobTemplateConfigOverlayArgs(val animations: Output<List<JobTemplateConfigOverlayAnimationArgs>>? = null, val image: Output<JobTemplateConfigOverlayImageArgs>? = null) : ConvertibleToJava<JobTemplateConfigOverlayArgs>
Link copied to clipboard
data class JobTemplateConfigOverlayImageArgs(val uri: Output<String>) : ConvertibleToJava<JobTemplateConfigOverlayImageArgs>
Link copied to clipboard
data class JobTemplateConfigPubsubDestinationArgs(val topic: Output<String>? = null) : ConvertibleToJava<JobTemplateConfigPubsubDestinationArgs>