matchMp4 abstract method

bool matchMp4(
  1. Uri uri
)

Returns true if the given uri matches the .mp4 file format.

Implementation

bool matchMp4(Uri uri);