Live Event Input Response
data class LiveEventInputResponse(val accessControl: LiveEventInputAccessControlResponse? = null, val accessToken: String? = null, val endpoints: List<LiveEventEndpointResponse>? = null, val keyFrameIntervalDuration: String? = null, val streamingProtocol: String, val timedMetadataEndpoints: List<LiveEventTimedMetadataEndpointResponse>? = null)
The live event input.
Constructors
Link copied to clipboard
fun LiveEventInputResponse(accessControl: LiveEventInputAccessControlResponse? = null, accessToken: String? = null, endpoints: List<LiveEventEndpointResponse>? = null, keyFrameIntervalDuration: String? = null, streamingProtocol: String, timedMetadataEndpoints: List<LiveEventTimedMetadataEndpointResponse>? = null)