public static class SegmentCodec.Header extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isSelfContained |
int |
payloadLength |
int |
uncompressedPayloadLength |
| Constructor and Description |
|---|
Header(int payloadLength,
int uncompressedPayloadLength,
boolean isSelfContained) |
Copyright © 2017–2022. All rights reserved.