ScreenInformationGetScreenFormats Method |
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic static List<ScreenCaptureDeviceFormat> GetScreenFormats(
ScreenCaptureDeviceInformation screenInfo
)
Public Shared Function GetScreenFormats (
screenInfo As ScreenCaptureDeviceInformation
) As List(Of ScreenCaptureDeviceFormat)
public:
static List<ScreenCaptureDeviceFormat^>^ GetScreenFormats(
ScreenCaptureDeviceInformation^ screenInfo
)
static member GetScreenFormats :
screenInfo : ScreenCaptureDeviceInformation -> List<ScreenCaptureDeviceFormat>
Parameters
- screenInfo
- Type: StreamCoders.DevicesScreenCaptureDeviceInformation
Return Value
Type:
ListScreenCaptureDeviceFormat
See Also