FMX.Media.TMediaCodecManager

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTMediaCodecManager

Delphi

TMediaCodecManager = class sealed

C++

class PASCALIMPLEMENTATION TMediaCodecManager : /*[[sealed]]*/ public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Media.pas
FMX.Media.hpp
FMX.Media FMX.Media

Description

Media codecs manager.

Use TMediaCodecManager to access, manage, and register codecs to be used when playing media files.

The supported media files formats are the native formats for each platform:

  • For Windows:
    • Audio formats: .wma, .mp3, .wav
    • Video formats: .avi, .wmv
  • For Mac OS:
    • Audio formats: .mp3
    • Video formats: .mov, .m4v, .mp4

Using TMediaCodecManager, it is possible to register custom media codecs to extend the audio/video feature support.

See Also