Plumb the presentation time from the server into the renderer

This commit is contained in:
Cameron Gutman
2019-11-11 18:42:11 -08:00
parent ab5e253a59
commit 250f6618fd
4 changed files with 11 additions and 5 deletions

View File

@@ -18,6 +18,6 @@
- (void)updateBufferForRange:(CMBlockBufferRef)existingBuffer data:(unsigned char *)data offset:(int)offset length:(int)nalLength;
- (int)submitDecodeBuffer:(unsigned char *)data length:(int)length bufferType:(int)bufferType;
- (int)submitDecodeBuffer:(unsigned char *)data length:(int)length bufferType:(int)bufferType pts:(unsigned int)pts;
@end