Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/FMediaIOCorePlayerBase
- IMediaTracks::GetAudioTrackFormat()
- FMediaIOCorePlayerBase::GetAudioTrackFormat()
References
Module | MediaIOCore |
Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCorePlayerBase.h |
Include | #include "MediaIOCorePlayerBase.h" |
Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Player/MediaIOCorePlayerBase.cpp |
virtual 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. |