Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDropletId ¶
func GetDropletId() string
func SetTranscode ¶
func SetTranscode(transcodeData *TranscodeData, transcoding bool) error
Types ¶
type Stream ¶
type Transcode ¶
type Transcode struct {
Data []TranscodeData `json:"data"`
}
type TranscodeData ¶
type TranscodeData struct { StreamId string `json:"streamId"` Outputs []Output `json:"outputs"` DropletId string `json:"droplet_id"` Transcoding bool `json:"transcoding"` }
func GetTranscode ¶
func GetTranscode(dropletId string) *TranscodeData
type TranscodePatch ¶
type TranscodePatch struct {
Transcoding bool `json:"transcoding"`
}
Click to show internal directories.
Click to hide internal directories.