Mux Stream Response
data class MuxStreamResponse(val container: String, val elementaryStreams: List<String>, val fileName: String, val key: String, val segmentSettings: SegmentSettingsResponse)
Multiplexing settings for output stream.
Constructors
Link copied to clipboard
fun MuxStreamResponse(container: String, elementaryStreams: List<String>, fileName: String, key: String, segmentSettings: SegmentSettingsResponse)
Types
Properties
Link copied to clipboard
The container format. The default is mp4
Supported container formats: - ts
- fmp4
- the corresponding file extension is .m4s
- mp4
- vtt
See also: Supported input and output formats
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard