FMX.Media.TAudioCaptureDevice.GetMediaType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMediaType: TMediaType; override;

C++

virtual TMediaType __fastcall GetMediaType();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Media.pas
FMX.Media.hpp
FMX.Media TAudioCaptureDevice

Description

Getter function for the MediaType property.

FMX.Media.TAudioCaptureDevice.GetMediaType inherits from FMX.Media.TCaptureDevice.GetMediaType. All content below this line refers to FMX.Media.TCaptureDevice.GetMediaType.

Getter function for the MediaType property.

See Also