macOS implementation
This commit is contained in:
@@ -113,6 +113,8 @@ namespace VideoOrchestra.Platform
|
||||
}
|
||||
}
|
||||
|
||||
public void UpdateTextures() { }
|
||||
|
||||
public bool DecodeFrame(byte[] frameData, int streamId)
|
||||
{
|
||||
if (!_initialized || streamId < 0 || streamId >= MAX_STREAMS)
|
||||
|
||||
Reference in New Issue
Block a user