'Declaration Public Property IntermediateAddInterval As System.Int32
public System.Int32 IntermediateAddInterval { get; set; }
Property Value
Possible values:
- N - decoder retrieves information about images from source during N milliseconds, decoder adds images to the image collection, decoder retrieves information about next images from source during next N milliseconds, adds images to the image collection, etc;
- 0 - decoder retrieves information about all images from source and adds images to the image collection.