ClosedCaptionManifest constructor
ClosedCaptionManifest(
- Iterable<
ClosedCaptionTrackInfo> tracks
Initializes an instance of ClosedCaptionManifest
Implementation
ClosedCaptionManifest(Iterable<ClosedCaptionTrackInfo> tracks)
: tracks = UnmodifiableListView(tracks);