MediaGraphRtspSourceResponse

data class MediaGraphRtspSourceResponse(val endpoint: Either<MediaGraphClearEndpointResponse, MediaGraphTlsEndpointResponse>, val name: String, val odataType: String, val transport: String)

RTSP source.

Constructors

Link copied to clipboard
constructor(endpoint: Either<MediaGraphClearEndpointResponse, MediaGraphTlsEndpointResponse>, name: String, odataType: String, transport: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

RTSP endpoint of the stream being connected to.

Link copied to clipboard

Source name.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.Media.MediaGraphRtspSource'.

Link copied to clipboard

Underlying RTSP transport. This can be used to enable or disable HTTP tunneling.