streamSnapshot() public static method

public static streamSnapshot ( $transport, $streamId, $name, $format, $time = NULL, $notifyUrl = NULL, $pipeline = NULL )
Example #1
0
 public function snapshot($name, $format, $time = NULL, $notifyUrl = NULL, $pipeline = NULL)
 {
     return Api::streamSnapshot($this->_transport, $this->id, $name, $format, $time, $notifyUrl, $pipeline);
 }