System.Media.Source.MediaSource.IsTypeSupported C# (CSharp) Method

IsTypeSupported() public static method

public static IsTypeSupported ( string type ) : bool
type string
return bool
        public static bool IsTypeSupported(string type)
        {
            return false;
        }