DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / DefaultFFmpegFilter Property



In This Topic
    DefaultFFmpegFilter Property
    In This Topic
    Description of the Default filter to apply for FFmpeg processing
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultFFmpegFilter As String
    'Usage
     
    
    Dim value As String
     
    DicomGlobal.DefaultFFmpegFilter = value
     
    value = DicomGlobal.DefaultFFmpegFilter
    public static string DefaultFFmpegFilter {get; set;}
    public:
    static property String^ DefaultFFmpegFilter {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    For more details please refer to this page "https://ffmpeg.org/ffmpeg-filters.html"
    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