←Select platform

SamplingRate Property

Summary

Gets or sets the sampling rate of the requested image codestreams.

Syntax

C#
VB
C++
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> ); 
} 

Property Value

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.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly