matchM3u8 abstract method

bool matchM3u8(
  1. Uri uri
)

Returns true if the given uri matches the .m3u8 playlist file format.

Implementation

bool matchM3u8(Uri uri);