org.ocap.media
Interface S3DConfiguration


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

S3D_MPEG2_USER_DATA_TYPE

static final int S3D_MPEG2_USER_DATA_TYPE
MPEG-2 user_data_type_code for the user_data_3d_structure defined in [OCCEP].

See Also:
Constant Field Values

S3D_AVC_SEI_PAYLOAD_TYPE

static final int S3D_AVC_SEI_PAYLOAD_TYPE
AVC SEI payload type for 3D frame packing arrangement defined in [OCCEP].

See Also:
Constant Field Values
Method Detail

getDataType

int getDataType()
Gets the data type of the 3D content. Returns 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.

Returns:
The data type of the 3D content.

getFormatType

int getFormatType()
Gets the 3D content format type. See S3DFormatTypes for possible return values.

Returns:
The 3D content format type.

getPayload

byte[] getPayload()
Gets the payload of the 3DTV information description message. The byte array format will match the definition for the data type returned by the getDataType method.



Copyright © 2011. All Rights Reserved.