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 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 ¶
查询回放概要信息
Click to show internal directories.
Click to hide internal directories.