Video fully works now

This commit is contained in:
Cameron Gutman
2014-10-19 05:27:21 -04:00
parent 3a6472eb0b
commit 93063f5606
2 changed files with 69 additions and 22 deletions

View File

@@ -14,6 +14,8 @@
- (id)initWithView:(UIView*)view;
- (size_t)updateBufferForRange:(CMBlockBufferRef)existingBuffer data:(unsigned char *)data offset:(int)offset length:(int)nalLength;
- (void)submitDecodeBuffer:(unsigned char *)data length:(int)length;
@end