StreamInfoHardwareDevices Property |
Gets the compatible hardware device configurations for the stream's codec.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IReadOnlyList<HardwareDeviceInfo> HardwareDevices { get; }
Public ReadOnly Property HardwareDevices As IReadOnlyList(Of HardwareDeviceInfo)
Get
Dim instance As StreamInfo
Dim value As IReadOnlyList(Of HardwareDeviceInfo)
value = instance.HardwareDevices
member HardwareDevices : IReadOnlyList<HardwareDeviceInfo> with get
/** @property */
public IReadOnlyList<HardwareDeviceInfo> get_HardwareDevices()
function get HardwareDevices () : IReadOnlyList<HardwareDeviceInfo>
function get_HardwareDevices();
Property Value
Type:
IReadOnlyListHardwareDeviceInfo
See Also