Show / Hide Table of Contents

Class DeviceTypeExtensions

Extension class for DeviceType

Inheritance
object
DeviceTypeExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: FFmpeg.HW
Assembly: FFmpeg.dll
Syntax
public static class DeviceTypeExtensions

Methods

View Source

Parse(string)

Look up an AVHWDeviceType by name.

Declaration
public static DeviceType Parse(string name)
Parameters
Type Name Description
string name

String name of the device type (case-insensitive).

Returns
Type Description
DeviceType
View Source

ToFFmpegString(DeviceType)

Get the string name of an AVHWDeviceType.

Declaration
public static string ToFFmpegString(this DeviceType type)
Parameters
Type Name Description
DeviceType type

Type from enum AVHWDeviceType.

Returns
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX