Software aac decoding

This commit is contained in:
Peter
2019-10-19 17:52:07 +04:00
parent 5b889d6367
commit 595284dc9b
7 changed files with 62 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
protocol MediaTrackFrameDecoder {
func decode(frame: MediaTrackDecodableFrame) -> MediaTrackFrame?
func takeQueuedFrame() -> MediaTrackFrame?
func takeRemainingFrame() -> MediaTrackFrame?
func reset()
}