DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / DecompressionArguments Class / FrameCount Property



In This Topic
    FrameCount Property
    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 Integer
    'Usage
     
    
    Dim instance As DecompressionArguments
    Dim value As Integer
     
    instance.FrameCount = value
     
    value = instance.FrameCount
    public int FrameCount {get; set;}
    public:
    property int FrameCount {
       int get();
       void set (    int value);
    }
    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