FMediaIOCorePlayerBase::GetTrackFormat

Get the index of the currently selected format of the given track type.

Windows
MacOS
Linux

Override Hierarchy

IMediaTracks::GetTrackFormat()

FMediaIOCorePlayerBase::GetTrackFormat()

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 int32 GetTrackFormat
(
    EMediaTrackType TrackType,
    int32 TrackIndex
) const

Remarks

Get the index of the currently selected format of the given track type.

Returns

The index of the selected format.

Parameters

Parameter

Description

TrackType

The type of track.

TrackIndex

The index of the track (must be valid).

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