Struct MFT_REGISTRATION_INFO
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: MediaFoundation.Transform
Assembly: MediaFoundation.dll
Syntax
[UnmanagedName("MFT_REGISTRATION_INFO")]
public struct MFT_REGISTRATION_INFO
Fields
cInTypes
Declaration
public int cInTypes
Field Value
System.Int32
|
clsid
Declaration
public Guid clsid
Field Value
System.Guid
|
cOutTypes
Declaration
public int cOutTypes
Field Value
System.Int32
|
guidCategory
Declaration
public Guid guidCategory
Field Value
System.Guid
|
pInTypes
pOutTypes
pszName
Declaration
public string pszName
Field Value
System.String
|