SelectMediaDeviceParametersDevices Property  | 
 
                Gets the collection of the available media stream devices of the requested 
Type.
            
 
    Namespace: 
   DotNetBrowser.Media.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.5
Syntaxpublic IEnumerable<MediaDevice> Devices { get; }Property Value
Type: 
IEnumerableMediaDevice
                The collection of the available media stream devices of the requested 
Type.
                If there are no media stream devices available, this will be an empty collection.
            
See Also