Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTracks
Description
Get details about the specified audio track format.
| Name | GetAudioTrackFormat |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTracks.h |
| Include Path | #include "IMediaTracks.h" |
bool GetAudioTrackFormat
(
int32 TrackIndex,
int32 FormatIndex,
FMediaAudioTrackFormat & OutFormat
) const
true on success, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| 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. |
See Also
- GetVideoTrackFormat