GetAudioCodecName, GetVideoCodecName Functions

<< Click to display table of contents >>

GetAudioCodecName, GetVideoCodecName Functions

The functions return names of codecs.

Unit [VCL and LCL] MRVFormatInfo;

Unit [FMX] fmxMRVFormatInfo;

function GetAudioCodecName(Codec: TRVAudioCodec): String;

function GetVideoCodecName(Codec: TRVVideoCodec): String;

Names are hard-coded and are not localizable. You can see them in "Format name" column of the tables in the topics about the codec types.

These names are intended for displaying to users, not for identifying codecs.