public abstract static class PlayReadyHeader.PlayReadyRecord extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PlayReadyHeader.PlayReadyRecord.DefaulPlayReadyRecord |
static class |
PlayReadyHeader.PlayReadyRecord.EmeddedLicenseStore |
static class |
PlayReadyHeader.PlayReadyRecord.RMHeader |
| Constructor and Description |
|---|
PlayReadyRecord(int type) |
| Modifier and Type | Method and Description |
|---|---|
static List<PlayReadyHeader.PlayReadyRecord> |
createFor(ByteBuffer byteBuffer,
int recordCount) |
abstract ByteBuffer |
getValue() |
abstract void |
parse(ByteBuffer bytes) |
String |
toString() |
public static List<PlayReadyHeader.PlayReadyRecord> createFor(ByteBuffer byteBuffer, int recordCount)
public abstract void parse(ByteBuffer bytes)
public abstract ByteBuffer getValue()
Copyright © 2017. All rights reserved.