DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / DecompressionArguments Class / FrameCount Property



    FrameCount Property (DecompressionArguments)
    Total number of frames in the input stream. Useful for some codec (e.g. FFmpeg) if it needs to seek and run cope with out of sync and missing frames
    Syntax
    'Declaration
     
    Public Property FrameCount As Integer
     
    'Usage
     
    Dim instance As DecompressionArguments
    Dim value As Integer
     
    instance.FrameCount = value
     
    value = instance.FrameCount
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also