Navigation
Unreal Engine C++ API Reference > Runtime > MediaAssets > UMediaPlayer
References
Module | MediaAssets |
Header | /Engine/Source/Runtime/MediaAssets/Public/MediaPlayer.h |
Include | #include "MediaPlayer.h" |
Source | /Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlayer.cpp |
FString GetAudioTrackType
&40;
int32 TrackIndex,
int32 FormatIndex
&41; const
Remarks
Get the type of the specified audio track format. Audio format type string.
Parameters
Name | Description |
---|---|
TrackIndex | The index of the track, or INDEX_NONE for the selected one. |
FormatIndex | Index of the track format, or INDEX_NONE for the selected one. |