GetMediaGraphResult

data class GetMediaGraphResult(val created: String, val description: String? = null, val id: String, val lastModified: String, val name: String, val sinks: List<MediaGraphAssetSinkResponse>, val sources: List<MediaGraphRtspSourceResponse>, val state: String, val type: String)

The Media Graph.

Constructors

Link copied to clipboard
constructor(created: String, description: String? = null, id: String, lastModified: String, name: String, sinks: List<MediaGraphAssetSinkResponse>, sources: List<MediaGraphRtspSourceResponse>, state: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date the Media Graph was created.

Link copied to clipboard
val description: String? = null

Media Graph description.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource.

Link copied to clipboard

Date the Media Graph was last modified.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Media Graph sinks.

Link copied to clipboard

Media Graph sources.

Link copied to clipboard

Media Graph state which indicates the resource allocation status for running the media graph pipeline.

Link copied to clipboard

The type of the resource.