DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / DefaultFFmpegFilter Property



    DefaultFFmpegFilter Property
    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
    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