Navigation
API > API/Plugins > API/Plugins/NDIMedia > API/Plugins/NDIMedia/UNDIMediaSource
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetMediaOption
(
const FName& Key, |
NDIMediaSource.h | ||
virtual int64 GetMediaOption
(
const FName& Key, |
NDIMediaSource.h | ||
virtual FString GetMediaOption
(
const FName& Key, |
NDIMediaSource.h |
GetMediaOption(const FName &, bool)
| Name | GetMediaOption |
| Type | function |
| Header File | /Engine/Plugins/Media/NDIMedia/Source/NDIMedia/Public/NDIMediaSource.h |
| Include Path | #include "NDIMediaSource.h" |
| Source | /Engine/Plugins/Media/NDIMedia/Source/NDIMedia/Private/NDIMediaSource.cpp |
virtual bool GetMediaOption
(
const FName & Key,
bool DefaultValue
) const
GetMediaOption(const FName &, int64)
| Name | GetMediaOption |
| Type | function |
| Header File | /Engine/Plugins/Media/NDIMedia/Source/NDIMedia/Public/NDIMediaSource.h |
| Include Path | #include "NDIMediaSource.h" |
| Source | /Engine/Plugins/Media/NDIMedia/Source/NDIMedia/Private/NDIMediaSource.cpp |
virtual int64 GetMediaOption
(
const FName & Key,
int64 DefaultValue
) const
GetMediaOption(const FName &, const FString &)
| Name | GetMediaOption |
| Type | function |
| Header File | /Engine/Plugins/Media/NDIMedia/Source/NDIMedia/Public/NDIMediaSource.h |
| Include Path | #include "NDIMediaSource.h" |
| Source | /Engine/Plugins/Media/NDIMedia/Source/NDIMedia/Private/NDIMediaSource.cpp |
virtual FString GetMediaOption
(
const FName & Key,
const FString & DefaultValue
) const