IMediaOptions

Interface for media options.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Media

Header

/Engine/Source/Runtime/Media/Public/IMediaOptions.h

Include

#include "IMediaOptions.h"

Syntax

class IMediaOptions

Remarks

Interface for media options.

Functions

Name Description

Public function Const

FName

 

GetDesiredPlayerName()

Get the name of the desired native player.

Public function Const

bool

 

GetMediaOption

(
    const FName& Key,
    bool DefaultValue
)

Get a Boolean media option.

Public function Const

double

 

GetMediaOption

(
    const FName& Key,
    double DefaultValue
)

Get a double precision floating point media option.

Public function Const

int64

 

GetMediaOption

(
    const FName& Key,
    int64 DefaultValue
)

Get a signed integer media option.

Public function Const

FString

 

GetMediaOption

(
    const FName& Key,
    const FString& DefaultValue
)

Get a string media option.

Public function Const

FText

 

GetMediaOption

(
    const FName& Key,
    const FText& DefaultValue
)

Get a localized text media option.

Public function Virtual Const

TSharedPtr< ...

 

GetMediaOption

(
    const FName& Key,
    const TSharedPtr< FDataContainer, E...
)

Get a complex data type media option.

Public function Const

bool

 

HasMediaOption

(
    const FName& Key
)

Check whether the specified option is set.

Classes

Name

Description

Public class

FDataContainer

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss