Platforms to show: All Mac Windows Linux Cross-Platform
AVCaptureDeviceInputSourceMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
An AVCaptureDevice object may optionally present an array of input sources, representing distinct mutually exclusive inputs to the device. For example, an audio capture device might have ADAT optical and analog input sources; a video capture device might have an HDMI input source, or a component input source.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- property Handle as Integer
- 3 methods
- method Constructor Private
- method inputSourceID as string
- method localizedName as string
This class has no sub classes.
Some methods using this class:
- AVCaptureDeviceMBS.inputSources as AVCaptureDeviceInputSourceMBS()
Some properties using for this class:
- AVCaptureDeviceMBS.activeInputSource as AVCaptureDeviceInputSourceMBS
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS AVFoundation Plugin.
AVCaptureDeviceInputMBS - AVCaptureDeviceMBS