You are here

interface video_preset_interface in Video 6.4

Hierarchy

Expanded class hierarchy of video_preset_interface

All classes that implement video_preset_interface

File

includes/preset.inc, line 79

View source
interface video_preset_interface {
  public function get_name();
  public function get_value();
  public function get_help();
  public function get_properties();

}

Members