SdiSource

class SdiSource

Used in CreateSdiSourceResponse, DeleteSdiSourceResponse, DescribeSdiSourceResponse, ListSdiSourcesResponse, UpdateSdiSourceResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of this SdiSource. It is automatically assigned when the SdiSource is created.

Link copied to clipboard
val id: String?

The ID of the SdiSource. Unique in the AWS account.The ID is the resource-id portion of the ARN.

Link copied to clipboard

The list of inputs that are currently using this SDI source. This list will be empty if the SdiSource has just been deleted.

Link copied to clipboard

Applies only if the type is QUAD. The mode for handling the quad-link signal QUADRANT or INTERLEAVE.

Link copied to clipboard
val name: String?

The name of the SdiSource.

Link copied to clipboard

Specifies whether the SDI source is attached to an SDI input (IN_USE) or not (IDLE).

Link copied to clipboard

Used in SdiSource, CreateSdiSourceRequest, UpdateSdiSourceRequest.

Functions

Link copied to clipboard
inline fun copy(block: SdiSource.Builder.() -> Unit = {}): SdiSource
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String