check video profile with substring

This commit is contained in:
Luke Pulverenti
2014-10-07 22:25:24 -04:00
parent 4999f19485
commit bebba65d61
6 changed files with 72 additions and 29 deletions

View File

@@ -5,6 +5,7 @@
Equals = 0,
NotEquals = 1,
LessThanEqual = 2,
GreaterThanEqual = 3
GreaterThanEqual = 3,
SubstringOf = 4
}
}