DicomObjects.NET Core Documentation
DicomObjects.Video Namespace / VideoCompressionOptions Class / InputFrameRate Property



In This Topic
    InputFrameRate Property
    In This Topic
    The rate at which the source frames are to be used.
    Syntax
    'Declaration
     
    
    Public Property InputFrameRate As Integer
    'Usage
     
    
    Dim instance As VideoCompressionOptions
    Dim value As Integer
     
    instance.InputFrameRate = value
     
    value = instance.InputFrameRate
    public int InputFrameRate {get; set;}
    public:
    property int InputFrameRate {
       int get();
       void set (    int value);
    }
    Remarks
    By default, this is calculated the same way as is used for cine display, based on the FrameTime etc. in the DICOM data
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also