Navigation
Unreal Engine C++ API Reference > Runtime > MediaUtils > FMediaPlayerFacade
References
Module | MediaUtils |
Header | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include | #include "MediaPlayerFacade.h" |
Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
uint32 GetAudioTrackSampleRate
&40;
int32 TrackIndex,
int32 FormatIndex
&41; const
Remarks
Get the sample rate of the specified audio track. Samples per second.
Parameters
Name | Description |
---|---|
TrackIndex | Index of the audio track. |
FormatIndex | Index of the track format. |