function video_get_types in Video 5
Same name and namespace in other branches
- 6 video.module \video_get_types()
- 6.2 video.module \video_get_types()
Return an array containing enabled Video Types
1 call to video_get_types()
- video_add in ./
video.module - Create video submission page. Let the user select the actived video types or display the video form for the selected video type
File
- ./
video.module, line 579 - Display video in Quicktime MOV, Realmedia RM, Flash FLV & SWF, or Windows Media WMV formats.
Code
function video_get_types() {
return array_keys(video_get_types_infos());
}