DicomObjects.NET.8.48 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 System.String
    'Usage
     
    
    Dim value As System.String
     
    DicomGlobal.DefaultFFmpegFilter = value
     
    value = DicomGlobal.DefaultFFmpegFilter
    public static System.string DefaultFFmpegFilter {get; set;}
    public read-write property DefaultFFmpegFilter: System.String; static; 
    public static function get,set DefaultFFmpegFilter : System.String
    public: __property static System.string* get_DefaultFFmpegFilter();
    public: __property static void set_DefaultFFmpegFilter( 
       System.string* value
    );
    public:
    static property System.String^ DefaultFFmpegFilter {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    For more details please refer to this page "https://ffmpeg.org/ffmpeg-filters.html"
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also