You are here

public function html5_webm::get_name in Video 6.4

Interface Implementations

Overrides video_preset_interface::get_name

See also

sites/all/modules/video/includes/metadata_interface#get_name()

File

video_preset/html5_webm.inc, line 20

Class

html5_webm

Code

public function get_name() {
  return $this->name;
}