Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
References
| Module | MediaUtils |
| Header | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
bool GetAudioTrackFormat
&40;
int32 TrackIndex,
int32 FormatIndex,
FMediaAudioTrackFormat & OutFormat
&41; const
Remarks
Get details about the specified audio track format. true on success, false otherwise.
Parameters
| Name | Description |
|---|---|
| TrackIndex | The index of the audio track. |
| FormatIndex | The index of the track's format. |
| OutFormat | Will contain the format details. |