DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / DecompressionArguments Class / FrameCount Property

In This Topic
    FrameCount Property (DecompressionArguments)
    In This Topic
    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 System.Integer
    public System.int FrameCount {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also