search

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 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 {
	XMLName       xml.Name `xml:"tse:FindRecordings"`
	Scope         string   `xml:"tse:Scope"`
	KeepaliveTime string   `xml:"tse:KeepAliveTime"`
}

查询回放token

type FindRecordingsResponse

type FindRecordingsResponse struct {
	SearchToken string
}

type GetRecordingInformation

type GetRecordingInformation struct {
	XMLName        xml.Name `xml:"tse:GetRecordingInformation"`
	RecordingToken string   `xml"tse:RecordingToken"`
}

查询通道录像信息

type GetRecordingInformationResponse

type GetRecordingInformationResponse struct {
	RecordingInformation struct {
		EarliestRecording string
		LatestRecording   string
	}
}

type GetRecordingSearchResults

type GetRecordingSearchResults struct {
	XMLName     xml.Name `xml:"tse:GetRecordingSearchResults"`
	SearchToken string   `xml:"tse:SearchToken"`
	MinResults  int      `xml:"tse:MinResults"`
	MaxResults  int      `xml:"tse:MaxResults"`
	WaitTime    string   `xml:"tse:WaitTime"`
}

查询录像记录

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:"tse: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