Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include |
#include "MediaPlayerFacade.h" |
Source |
/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
bool Open
(
const FString & Url,
const IMediaOptions * Options,
const FMediaPlayerOptions * PlayerOptions
)
Open a media source from a URL with optional parameters.
true if the media is being opened, false otherwise.
Parameter |
Description |
---|---|
Url |
The URL of the media to open (file name or web address). |
Options |
Optional media parameters. |
PlayerOptions |
Optional player parameters. |