|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface S3DConfiguration
This interface represents a 3D frame packing payload as defined in [OCCEP].
| Field Summary | |
|---|---|
static int |
S3D_AVC_SEI_PAYLOAD_TYPE
AVC SEI payload type for 3D frame packing arrangement defined in [OCCEP]. |
static int |
S3D_MPEG2_USER_DATA_TYPE
MPEG-2 user_data_type_code for the user_data_3d_structure defined in [OCCEP]. |
| Method Summary | |
|---|---|
int |
getDataType()
Gets the data type of the 3D content. |
int |
getFormatType()
Gets the 3D content format type. |
byte[] |
getPayload()
Gets the payload of the 3DTV information description message. |
| Field Detail |
|---|
static final int S3D_MPEG2_USER_DATA_TYPE
static final int S3D_AVC_SEI_PAYLOAD_TYPE
| Method Detail |
|---|
int getDataType()
S3D_MPEG2_USER_DATA_TYPE when the stream type is
MPEG2_VIDEO, or S3D_AVC_SEI_PAYLOAD_TYPE
when the stream type is AVC_VIDEO. Note: other data
types may be added in the future.
int getFormatType()
S3DFormatTypes
for possible return values.
byte[] getPayload()
getDataType method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||