searchrecording

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 FindRecordings

type FindRecordings struct {
	Scope         string
	KeepaliveTime string
}

查询回放token

type FindRecordingsResponse

type FindRecordingsResponse struct {
	SearchToken string
}

type GetRecordingSearchResults

type GetRecordingSearchResults struct {
	SearchToken string
	MinResults  int
	MaxResults  int
	WaitTime    string
}

查询录像记录

type GetRecordingSearchResultsResponse

type GetRecordingSearchResultsResponse struct {
	ResultList struct {
		SearchState          string
		RecordingInformation []struct {
			RecordingToken string
			Source         struct {
				SourceId    string
				Name        string
				Location    string
				Description string
				Address     string
			}
			EarliestRecording string
			LatestRecording   string
			Content           string
			Track             []struct {
				TrackToken  string
				TrackType   string
				Description string
				DataFrom    string
				DataTo      string
			}
			RecordingStatus string
		}
	}
}

type GetRecordingSummary

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

查询回放概要信息

type GetRecordingSummaryResponse

type GetRecordingSummaryResponse struct {
	Summary struct {
		DataFrom         string
		DataUntil        string
		NumberRecordings int
	}
}

Jump to

Keyboard shortcuts

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