Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Get the type of the specified audio track format.
| Name | GetAudioTrackType |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
FString GetAudioTrackType
(
int32 TrackIndex,
int32 FormatIndex
) const
Audio format type string.
Parameters
| Name | Remarks |
|---|---|
| TrackIndex | The index of the track. |
| FormatIndex | Index of the track format. |