github.com/muxinc/mux-go@v1.1.1/model_update_live_stream_embedded_subtitles_request.go (about) 1 // Mux Go - Copyright 2019 Mux Inc. 2 // NOTE: This file is auto generated. Do not edit this file manually. 3 4 package muxgo 5 6 type UpdateLiveStreamEmbeddedSubtitlesRequest struct { 7 // Describe the embedded subtitle contents of the incoming live stream. 8 EmbeddedSubtitles []LiveStreamEmbeddedSubtitleSettings `json:"embedded_subtitles,omitempty"` 9 }