containsVideo method

bool containsVideo()

Implementation

bool containsVideo() {
  return value & _videoValue == _videoValue;
}