Documentation ¶
Index ¶
- type FindRecordingResultList
- type FindRecordings
- type FindRecordingsResponse
- type GetRecordingSearchResults
- type GetRecordingSearchResultsResponse
- type GetRecordingSummary
- type GetRecordingSummaryResponse
- type RecordingInformation
- type RecordingReference
- type RecordingSourceInformation
- type RecordingSummary
- type SearchScope
- type SearchScopeExtension
- type SourceReference
- type TrackInformation
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 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 RecordingSummary ¶
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 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 }
Click to show internal directories.
Click to hide internal directories.