onvif
    Preparing search index...

    Interface RecordingJobSource

    interface RecordingJobSource {
        autoCreateReceiver?: boolean;
        extension?: RecordingJobSourceExtension;
        sourceToken?: SourceReference;
        tracks?: RecordingJobTrack[];
    }
    Index
    autoCreateReceiver?: boolean

    If this field is TRUE, and if the SourceToken is omitted, the device shall create a receiver object (through the receiver service) and assign the ReceiverReference to the SourceToken field. When retrieving the RecordingJobConfiguration from the device, the AutoCreateReceiver field shall never be present.

    sourceToken?: SourceReference

    This field shall be a reference to the source of the data. The type of the source is determined by the attribute Type in the SourceToken structure. If Type is http://www.onvif.org/ver10/schema/Receiver, the token is a ReceiverReference. In this case the device shall receive the data over the network. If Type is http://www.onvif.org/ver10/schema/Profile, the token identifies a media profile, instructing the device to obtain data from a profile that exists on the local device.

    List of tracks associated with the recording.