DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also