matchM3u8Segment abstract method

bool matchM3u8Segment(
  1. Uri uri
)

Returns true if the given uri matches the format of an .m3u8 media segment, such as a .ts file.

Implementation

bool matchM3u8Segment(Uri uri);