Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaPlayer
Description
Get the player's track collection.
The interface returned by this method must remain valid for the player's life time.
| Name | GetTracks |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaPlayer.h |
| Include Path | #include "IMediaPlayer.h" |
IMediaTracks & GetTracks()
Tracks interface.
See Also
-
GetView