DicomObjects.NET.V8
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
public void SetNonDicomCodec( 
   IFrameSource source
)
public:
void SetNonDicomCodec( 
   IFrameSource^ source
) 
'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: .NET CLR 3.5 or higher

See Also