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);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also