macOS implementation

This commit is contained in:
2025-09-15 00:17:01 +09:00
parent 01b6ffe91c
commit bce708bdc3
23 changed files with 2194 additions and 184 deletions

View File

@@ -113,6 +113,8 @@ namespace VideoOrchestra.Platform
}
}
public void UpdateTextures() { }
public bool DecodeFrame(byte[] frameData, int streamId)
{
if (!_initialized || streamId < 0 || streamId >= MAX_STREAMS)