replace content with payload

This commit is contained in:
aler9
2021-01-04 21:50:36 +01:00
parent 9bd587e576
commit a53ba70dbc
10 changed files with 89 additions and 90 deletions

View File

@@ -66,7 +66,7 @@ type InterleavedFrame struct {
// stream type
StreamType StreamType
// frame content
// frame payload
Content []byte
}