FMediaPlayerFacade::GetVideoTrackFormat

Get details about the specified audio track format.

Windows
MacOS
Linux

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h

Include

#include "MediaPlayerFacade.h"

Source

/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp

Syntax

bool GetVideoTrackFormat
(
    int32 TrackIndex,
    int32 FormatIndex,
    FMediaVideoTrackFormat & 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.

FormatIndex

The index of the track's format.

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