Home
last modified time | relevance | path

Searched defs:StyleMatch (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCueParser.java886 private static final class StyleMatch implements Comparable<StyleMatch> { class in WebvttCueParser
891 public StyleMatch(int score, WebvttCssStyle style) { in StyleMatch() method in WebvttCueParser.StyleMatch