Changes between Initial Version and Version 1 of Ticket #45298, comment 2
- Timestamp:
- Oct 17, 2014, 11:21:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45298, comment 2
initial v1 1 1 changing the code to: 2 3 {{{ 2 4 NSInteger val = [[change objectForKey:NSKeyValueChangeNewKey] integerValue]; 3 5 AVPlayerStatus status = (AVPlayerStatus)val; 4 6 }}} 5 7 6 8 seems to work