DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / VideoCodec Class
Members



In This Topic
    VideoCodec Class
    In This Topic
    A class derived from SimpleCodec to be used by video codecs
    Syntax
    'Declaration
     
    
    Public Class VideoCodec 
       Inherits SimpleCodec
       Implements ICodecBase, ICompressor, IDecompressor 
    'Usage
     
    
    Dim instance As VideoCodec
    public class VideoCodec : SimpleCodec, ICodecBase, ICompressor, IDecompressor  
    public ref class VideoCodec : public SimpleCodec, ICodecBase, ICompressor, IDecompressor  
    Inheritance Hierarchy

    System.Object
       DicomObjects.Codecs.SimpleCodec
          DicomObjects.Codecs.VideoCodec

    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