Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include |
#include "MediaPlayerFacade.h" |
Source |
/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
bool GetAudioTrackFormat
(
int32 TrackIndex,
int32 FormatIndex,
FMediaAudioTrackFormat & OutFormat
) const
Get details about the specified audio track format.
true on success, false otherwise.
Parameter |
Description |
---|---|
TrackIndex |
The index of the audio track. |
FormatIndex |
The index of the track's format. |
OutFormat |
Will contain the format details. |