no message

This commit is contained in:
Peter
2016-08-23 16:21:34 +03:00
parent d957d51b7c
commit e641db56e9
275 changed files with 42488 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
protocol MediaTrackFrameDecoder {
func decode(frame: MediaTrackDecodableFrame) -> MediaTrackFrame?
func reset()
}