Class MFDump
Inheritance
System.Object
MFDump
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
public static class MFDump
Methods
AttribValueToString(Guid, ConstPropVariant)
Declaration
public static string AttribValueToString(Guid gAttrib, ConstPropVariant pv)
Parameters
System.Guid
gAttrib
|
ConstPropVariant
pv
|
Returns
System.String
|
DumpAttribs(IMFAttributes)
Declaration
public static string DumpAttribs(IMFAttributes ia)
Parameters
IMFAttributes
ia
|
Returns
System.String
|
LookupName(Type, Guid)
Declaration
public static string LookupName(Type t, Guid gSeeking)
Parameters
System.Type
t
|
System.Guid
gSeeking
|
Returns
System.String
|
UnpackRatio(UInt64)
Declaration
[CLSCompliant(false)]
public static string UnpackRatio(ulong l)
Parameters
System.UInt64
l
|
Returns
System.String
|