search

package
v0.0.0-...-0abfbfe Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FindRecordingResultList

type FindRecordingResultList struct {
	SearchState          xsd.String
	RecordingInformation []RecordingInformation
}

type FindRecordings

type FindRecordings struct {
	XMLName          string       `xml:"tse:FindRecordings"`
	Scope            SearchScope  `xml:"tse:Scope"`
	MaxMatches       xsd.Int      `xml:"tse:MaxMatches"`
	KeepAliveTimeout xsd.Duration `xml:"tse:KeepAliveTimeout"`
}

type FindRecordingsResponse

type FindRecordingsResponse struct {
	SearchToken onvifmodel.ReferenceToken
}

type GetRecordingSearchResults

type GetRecordingSearchResults struct {
	XMLName     string                    `xml:"tse:GetRecordingSearchResults"`
	SearchToken onvifmodel.ReferenceToken `xml:"tse:SearchToken"`
	MinResults  xsd.Int                   `xml:"tse:MinResults"`
	MaxResults  xsd.Int                   `xml:"tse:MaxResults"`
	WaitTime    xsd.Duration              `xml:"tse:WaitTime"`
}

type GetRecordingSearchResultsResponse

type GetRecordingSearchResultsResponse struct {
	ResultList FindRecordingResultList
}

type GetRecordingSummary

type GetRecordingSummary struct {
	XMLName string `xml:"tse:GetRecordingSummary"`
}

type GetRecordingSummaryResponse

type GetRecordingSummaryResponse struct {
	Summary RecordingSummary
}

type RecordingInformation

type RecordingInformation struct {
	RecordingToken    onvifmodel.ReferenceToken
	Source            RecordingSourceInformation
	EarliestRecording xsd.DateTime
	LatestRecording   xsd.DateTime
	Content           xsd.String
	Track             []TrackInformation
	RecordingStatus   xsd.String
}

type RecordingReference

type RecordingReference onvifmodel.ReferenceToken

type RecordingSourceInformation

type RecordingSourceInformation struct {
	SourceId    xsd.AnyURI
	Name        xsd.String
	Location    xsd.String
	Description xsd.String
	Address     xsd.AnyURI
}

type RecordingSummary

type RecordingSummary struct {
	DataFrom         xsd.DateTime
	DataUntil        xsd.DateTime
	NumberRecordings xsd.Int
}

type SearchScope

type SearchScope struct {
	IncludedSources            []SourceReference    `xml:"onvif:IncludedSources"`
	IncludedRecordings         []RecordingReference `xml:"onvif:IncludedRecordings"`
	RecordingInformationFilter xsd.String           `xml:"onvif:RecordingInformationFilter"`
	Extension                  SearchScopeExtension `xml:"onvif:Extension"`
}

type SearchScopeExtension

type SearchScopeExtension []xsd.AnyType

type SourceReference

type SourceReference onvifmodel.ReferenceToken

type TrackInformation

type TrackInformation struct {
	TrackToken  onvifmodel.ReferenceToken
	TrackType   xsd.String
	Description xsd.String
	DataFrom    xsd.DateTime
	DataTo      xsd.DateTime
}

Jump to

Keyboard shortcuts

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