DicomObjects.NET.V8
DicomObjects.Video Namespace / VideoCompressionOptions Class / InputFrameRate Property



    InputFrameRate Property
    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
    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: .NET CLR 4.0 or higher

    See Also