Class PropertyKey
Inheritance
System.Object
PropertyKey
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MediaFoundation.Misc
Assembly: MediaFoundation.dll
Syntax
[UnmanagedName("PROPERTYKEY")]
public class PropertyKey
Constructors
PropertyKey()
Declaration
public PropertyKey()
PropertyKey(Guid, Int32)
Declaration
public PropertyKey(Guid f, int p)
Parameters
System.Guid
f
|
System.Int32
p
|
Fields
fmtid
Declaration
public Guid fmtid
Field Value
System.Guid
|
pID
Declaration
public int pID
Field Value
System.Int32
|