MEDIAINFOSTREAMKIND Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Fields
 
Name Value Description
AUDIO 2
GENERAL 0
IMAGE 5
MAX 7
MENU 6
OTHER 4
TEXT 3
VIDEO 1
[Flags]
 public enum MEDIAINFOSTREAMKIND
 {
     GENERAL,
     VIDEO,
     AUDIO,
     TEXT,
     OTHER,
     IMAGE,
     MENU,
     MAX,
 }
					
This language is not supported or no code example is available.

In this article

Definition