Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTracks
- IMediaTracks::GetAudioTrackFormat()
- FMediaIOCorePlayerBase::GetAudioTrackFormat()
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaTracks.h |
| Include | #include "IMediaTracks.h" |
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 (must be valid). |
| FormatIndex | The index of the track's format (must be valid). |
| OutFormat | Will contain the format details. |