Navigation
API > API/Runtime > API/Runtime/Media
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaCaptureSupport.h |
| Include | #include "IMediaCaptureSupport.h" |
Syntax
struct FMediaCaptureDeviceInfo
Remarks
Information about a capture device.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | DisplayName | Human readable display name. | |
| FString | Info | Device specific debug information. | |
| EMediaCaptureDeviceType | Type | The type of capture device. | |
| FString | Url | Media URL string for use with media players. |