FMX.Media.TMediaCodecManager.GetFileTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetFileTypes: string;

C++

__classmethod System::UnicodeString __fastcall GetFileTypes();

Properties

Type Visibility Source Unit Parent
function public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TMediaCodecManager

Description

Gets the current supported media file type extensions as a string.

Call GetFileTypes to get a list of the current supported media file formats.

In the resulted string, the file format extensions are separated by a semicolon (';').

Result example:

FileTypes='*.avi;*.wmv;*.wma;*.mp3;*.wav';

See Also