org.ocap.media
Interface S3DFormatTypes


public interface S3DFormatTypes

The interface contains constants representing 3D formatting types defined in [OCCEP].

Note: Constants can be added from multiple standards for format types supported by tru2way.


Field Summary
static int SIDE_BY_SIDE
          Frame packing arrangement is Side by Side; see [OCCEP].
static int TOP_AND_BOTTOM
          Frame packing arrangement is Top and Bottom; see [OCCEP].
 

Field Detail

SIDE_BY_SIDE

static final int SIDE_BY_SIDE
Frame packing arrangement is Side by Side; see [OCCEP].

See Also:
Constant Field Values

TOP_AND_BOTTOM

static final int TOP_AND_BOTTOM
Frame packing arrangement is Top and Bottom; see [OCCEP].

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.