DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / SetNonDicomCodec Method
An objects to provide the frames



    SetNonDicomCodec Method
    Specify a non-DICOM source (e.g. AVI) as a source of frame data
    Syntax
    'Declaration
     
    
    Public Sub SetNonDicomCodec( _
       ByVal source As IFrameSource _
    ) 
     
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim source As IFrameSource
     
    instance.SetNonDicomCodec(source)

    Parameters

    source
    An objects to provide the 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