FMX.Media.TCaptureDevice.MediaType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MediaType: TMediaType read GetMediaType;

C++

__property TMediaType MediaType = {read=GetMediaType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TCaptureDevice

Description

Read-only property that returns the type of the media data captured by the current capture device.

The captured data can be video or audio.

Use the TCaptureDeviceManager.GetDevicesByMediaType method to get a list of devices depending on the captured media data.

See Also