Skip to content

Commit

Permalink
Add sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
swagatnayak committed Mar 14, 2021
1 parent 55bbc8a commit b46552e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class SubtitleWithAVPlayerViewController: UIViewController, AVPlayerViewControll

}


@IBAction func playUsingInputUrlBTNPressed(_ sender: UIButton) {

if self.subtitleInputField.text == "" {
Expand Down
28 changes: 28 additions & 0 deletions SNAVPlayerSubtitlesSample
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
WEBVTT

00:00:00.564 --> 00:00:04.369
Welcome to SNAVPLAYERSUBTITLES

00:00:04.563 --> 00:00:08.670
Sample subtitle 1

00:00:10.514 --> 00:00:15.558
Sample subtitle 2

00:00:18.288 --> 00:00:22.435
Sample subtitle 3

00:00:24.372 --> 00:00:25.275
Sample subtitle 4

00:00:25.566 --> 00:00:27.996
Sample subtitle 5

00:00:28.857 --> 00:00:31.122
Sample subtitle 6

00:00:31.293 --> 00:00:32.567
Sample subtitle 7

00:00:35.367 --> 00:02:00.353
** END OF SAMPLE SUBTITLES **

0 comments on commit b46552e

Please sign in to comment.