Add doc blocks

This commit is contained in:
Romain Neutron 2012-04-13 15:42:34 +02:00
commit d58059c087
5 changed files with 126 additions and 5 deletions

View file

@ -24,4 +24,6 @@ interface VideoFormat extends AudioFormat
public function getGOPSize();
public function getAvailableVideoCodecs();
}