Media Graph Rtsp Source Response
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)