HTMLMediaElement Interface Test
media.canPlayType(type)
probably: video/mp4;codecs="avc1.42E01E, mp4a.40.2" => H.264 Simple baseline profile video (main and extended video compatible) level 3 and Low-Complexity AAC audio in MP4 container (from)
probably: video/mp4;codecs="avc1.58A01E, mp4a.40.2" => H.264 Extended profile video (baseline-compatible) level 3 and Low-Complexity AAC audio in MP4 container (from)
probably: video/mp4;codecs="avc1.4D401E, mp4a.40.2" => H.264 Main profile video level 3 and Low-Complexity AAC audio in MP4 container (from)
probably: video/mp4;codecs="avc1.64001E, mp4a.40.2" => H.264 'High' profile video (incompatible with main, baseline, or extended profiles) level 3 and Low-Complexity AAC audio in MP4 container (from)
'': video/mp4;codecs="mp4v.20.8, mp4a.40.2" => MPEG-4 Visual Simple Profile Level 0 video and Low-Complexity AAC audio in MP4 container (from)
'': video/mp4;codecs="mp4v.20.240, mp4a.40.2" => MPEG-4 Advanced Simple Profile Level 0 video and Low-Complexity AAC audio in MP4 container (from)
'': video/3gpp;codecs="mp4v.20.8, samr" => MPEG-4 Visual Simple Profile Level 0 video and AMR audio in 3GPP container (from)
'': video/ogg;codecs="theora, vorbis" => Theora video and Vorbis audio in Ogg container (from)
'': video/ogg;codecs="theora, speex" => Theora video and Speex audio in Ogg container (from)
probably: audio/ogg;codecs=vorbis => Vorbis audio alone in Ogg container (from)
'': audio/ogg;codecs=speex => Speex audio alone in Ogg container (from)
probably: audio/ogg;codecs=flac => FLAC audio alone in Ogg container (from)
'': video/ogg;codecs="dirac, vorbis" => Dirac video and Vorbis audio in Ogg container (from)
'': video/x-matroska;codecs="theora, vorbis" => Theora video and Vorbis audio in Matroska container (from)
probably: video/mp4; codecs="avc1.42E01E" => H.264 baseline in MPEG-4 container (from)
probably: audio/mp4; codecs="mp4a.40.2" => AAC low-complexity in MPEG-4 container (from)
probably: audio/mpeg;codecs="mp3" => Audio mp3 (from)
probably: video/webm; codecs="vorbis,vp8" => WebM with VP8 video and Vorbis (from)