|
<< Click to display table of contents >> Функция GetListOfInputFormats |
Fills ShortNames and LongNames with the available FFmpeg input formats.
Модуль [VCL и LCL] MRVFFMpegLists;
Модуль [FMX] fmxMRVFFMpegLists;
function GetListOfInputFormats(ShortNames,
LongNames: TStrings): Boolean;
ShortNames and LongNames may be nil. Only non-nil lists are filled.
LongNames receives format descriptions.
ShortNames receives format identifiers. Each item may contain several identifiers separated by commas, but usually contains a single value.
For video container formats, these identifiers can be assigned to TRVCamera.FFmpegProperty.VideoInputFormat.
Unfortunately, RVMedia does not provide a way to determine whether a specific format is a video container format.