public class DrmConvertedStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
convertedData |
int |
offset |
static int |
STATUS_ERROR |
static int |
STATUS_INPUTDATA_ERROR |
static int |
STATUS_OK |
int |
statusCode |
| Constructor and Description |
|---|
DrmConvertedStatus(int statusCode,
byte[] convertedData,
int offset) |
public static final int STATUS_OK
public static final int STATUS_INPUTDATA_ERROR
public static final int STATUS_ERROR
public final int statusCode
public final byte[] convertedData
public final int offset
Copyright © 2008-2013. All Rights Reserved.