Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Get details about the specified audio track format.
| Name | GetVideoTrackFormat |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
bool GetVideoTrackFormat
(
int32 TrackIndex,
int32 FormatIndex,
FMediaVideoTrackFormat & OutFormat
) const
true on success, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| TrackIndex | The index of the audio track. |
| FormatIndex | The index of the track's format. |
| OutFormat | Will contain the format details. |
See Also
- GetVideoTrackFormat