FMediaIOCorePlayerBase::GetAudioTrackFormat

Get details about the specified audio track format.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual bool GetAudioTrackFormat
(
    int32 TrackIndex,
    int32 FormatIndex,
    FMediaAudioTrackFormat & OutFormat
) const

Remarks

Get details about the specified audio track format.

Returns

true on success, false otherwise.

Parameters

Parameter

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.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss