Guest User

Untitled

a guest
Apr 26th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. let data = "http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4"
  2. let a = NSURL(string: data)
  3. let asset = AVURLAsset(URL: a!, options: nil) as AVURLAsset
  4. let duration = asset.duration.seconds
  5. print("the duration is",duration)
Add Comment
Please, Sign In to add comment