Gets or sets the sampling rate of the requested image codestreams.
public Nullable<float> SamplingRate { get; set; }
Public Property SamplingRate As Nullable(Of Single)
public:
property Nullable<float> SamplingRate {
Nullable<float> get();
void set ( Nullable<float> );
}
A value use to subsample the requested codestreams mentioned by the CodeStream request field, in addition to those expanded from the CodeStreamContext values in the Codestream Context request ), so as to achieve an average sampling rate no greater than the streams-per-second value.
This field is usable when the requested codestreams contains timing information. The server ensures that the delivered codestreams are separated with a time value not less than the streams-per-second sampling rate value.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET