isTypeSupported method

  1. @DomName('MediaRecorder.isTypeSupported')
  2. @DocsEditable()
  3. @Experimental()
bool isTypeSupported (String type)

Implementation

@DomName('MediaRecorder.isTypeSupported')
@DocsEditable()
@Experimental() // untriaged
static bool isTypeSupported(String type) native;