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