MediaRecord.prototype.video = function(val) {

  var buffer = commandToBuffer(1, "MediaRecord", "Video", val);

  this.self._writePacket(this.self._networkFrameGenerator(buffer));