Plumb HDR metadata from Sunshine

This commit is contained in:
Cameron Gutman
2023-02-02 23:11:27 -06:00
parent cf665ec774
commit eefe8522c4
4 changed files with 69 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
- (void)setupWithVideoFormat:(int)videoFormat frameRate:(int)frameRate;
- (void)start;
- (void)stop;
- (void)setHdrMode:(BOOL)enabled;
- (int)submitDecodeBuffer:(unsigned char *)data length:(int)length bufferType:(int)bufferType frameType:(int)frameType pts:(unsigned int)pts;