View Source Onvif.Search.GetRecordingSearchResults (Onvif v0.6.0)
GetRecordingSearchResults acquires the results from a recording search session previously initiated
by a Onvif.Search.FindRecordings.request/2
operation. The response shall not include results already
returned in previous requests for the same session.
If MaxResults is specified, the response shall not contain more than MaxResults results. The number of results relates to the number of recordings. For viewing individual recorded data for a signal track use the FindEvents method.
GetRecordingSearchResults shall block until:
- MaxResults results are available for the response if MaxResults is specified.
- MinResults results are available for the response if MinResults is specified.
- WaitTime has expired.
- Search is completed or stopped.