recording

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetRecordings

type GetRecordings struct {
	XMLName xml.Name `xml:"GetRecordings"`
}

查询回放记录

type GetRecordingsResponse

type GetRecordingsResponse struct {
	RecordingItem []RecordingItem
}

查询回放记录回复

type RecordingItem

type RecordingItem struct {
	RecordingToken string
	Configuration  struct {
		Source struct {
			SourceId    string
			Name        string
			Location    string
			Description string
			Address     string
		}
		Content              string
		MaximumRetentionTime string
	}
	Tracks []Track
}

type Track

type Track struct {
	TrackToken    string
	Configuration struct {
		TrackType   string
		Description string
	}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL