FMediaPlayerFacade::GetNumTrackFormats

Get the number of formats of the specified track.

Choose your operating system:

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

int32 GetNumTrackFormats
(
    EMediaTrackType TrackType,
    int32 TrackIndex
) const

Remarks

Get the number of formats of the specified track.

Returns

Number of formats.

Parameters

Parameter

Description

TrackType

The type of media tracks.

TrackIndex

The index of the track.

See Also