DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / VideoCodec Class / CalculatedFrameCount Method



In This Topic
    CalculatedFrameCount Method (VideoCodec)
    In This Topic
    Limiting number of frames. Only used by MPEG etc. - default values used by other classes is int.MaxValue
    Syntax
    'Declaration
     
    
    Public Overrides Function CalculatedFrameCount() As Integer
    'Usage
     
    
    Dim instance As VideoCodec
    Dim value As Integer
     
    value = instance.CalculatedFrameCount()
    public override int CalculatedFrameCount()
    public:
    int CalculatedFrameCount(); override 
    Remarks
    This is calculated from the codec - e.g. the length of an MPEG data stream in frames.
    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