Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/FMediaIOCorePlayerBase
- IMediaTracks::SetTrackFormat()
- FMediaIOCorePlayerBase::SetTrackFormat()
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 |
virtual bool SetTrackFormat
(
EMediaTrackType TrackType,
int32 TrackIndex,
int32 FormatIndex
)
Remarks
Select the active format on the specified track.
Selecting the format will not switch to the specified track. To switch tracks, use SelectTrack instead. If the track is already selected, the format change will be applied immediately.