DicomObjects.NET10 Documentation
DicomObjects.Codecs Namespace / VideoCodec Class / Decompress Method
Standard Decompression arguments
Cancellation token to terminate the call



In This Topic
    Decompress Method (VideoCodec)
    In This Topic
    Abstract Placeholder for the decompression routine
    Syntax
    'Declaration
     
    
    Public Overrides Sub Decompress( _
       ByVal args As DecompressionArguments, _
       Optional ByVal cancellationToken As CancellationToken _
    ) 
    'Usage
     
    
    Dim instance As VideoCodec
    Dim args As DecompressionArguments
    Dim cancellationToken As CancellationToken
     
    instance.Decompress(args, cancellationToken)
    public override void Decompress( 
       DecompressionArguments args,
       CancellationToken cancellationToken
    )
    public:
    void Decompress( 
       DecompressionArguments^ args,
       CancellationToken cancellationToken
    ) override 

    Parameters

    args
    Standard Decompression arguments
    cancellationToken
    Cancellation token to terminate the call
    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