Class AMMediaType
Inheritance
System.Object
AMMediaType
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("AM_MEDIA_TYPE")]
public class AMMediaType
Constructors
AMMediaType()
Declaration
public AMMediaType()
Fields
fixedSizeSamples
Declaration
public bool fixedSizeSamples
Field Value
System.Boolean
|
formatPtr
Declaration
public IntPtr formatPtr
Field Value
System.IntPtr
|
formatSize
Declaration
public int formatSize
Field Value
System.Int32
|
formatType
Declaration
public Guid formatType
Field Value
System.Guid
|
majorType
Declaration
public Guid majorType
Field Value
System.Guid
|
sampleSize
Declaration
public int sampleSize
Field Value
System.Int32
|
subType
Declaration
public Guid subType
Field Value
System.Guid
|
temporalCompression
Declaration
public bool temporalCompression
Field Value
System.Boolean
|
unkPtr
Declaration
public IntPtr unkPtr
Field Value
System.IntPtr
|