AudioConverterGetFFMpegFormatsT Method |
Get all the supported formats, codecs and extensions of the FFMpeg library.
Namespace:
CSAudioConverter
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public T GetFFMpegFormats<T>()
where T : new()
Public Function GetFFMpegFormats(Of T As New) As T
Dim instance As AudioConverter
Dim returnValue As T
returnValue = instance.GetFFMpegFormats()
member GetFFMpegFormats : unit -> 'T when 'T : new()
J# supports the use of generic APIs, but not the declaration of new ones.
JScript does not support generic types or methods.
JavaScript does not support generic types or methods.
Type Parameters
- T
Return Value
Type:
TSee Also