Ejemplo n.º 1
0
 internal static extern int GetType(IntPtr handle, out MediaFormatType type);
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the ContainerMediaFormat class with a type.
 /// </summary>
 /// <param name="type">A type for the format.</param>
 internal MediaFormat(MediaFormatType type)
 {
     Type = type;
 }