Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /*
  2. * Read Stream Type
  3. */
  4. - (void) fetchStreamType
  5. {
  6. if (!CMTIME_IS_INDEFINITE(self.player.currentItem.duration)) {
  7. self.streamType = VOD;
  8. } else {
  9. self.streamType = LiveStream;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement