Gets the supported resolutions and frame rates for the selected capturing device.
| C# | Visual Basic | Visual C++ |
public List<VideoCapabilities> Capabilities { get; }
Public ReadOnly Property Capabilities As List(Of VideoCapabilities) Get
public: property List<VideoCapabilities^>^ Capabilities { List<VideoCapabilities^>^ get (); }