Public Types | |
| enum | ProjectionType { kTypeNotPresent = -1, kRectangular = 0, kEquirectangular = 1, kCubeMap = 2, kMesh = 3 } |
Static Public Member Functions | |
| static bool | Parse (IMkvReader *reader, long long element_start, long long element_size, Projection **projection) |
Public Attributes | |
| ProjectionType | type |
| unsigned char * | private_data |
| size_t | private_data_length |
| float | pose_yaw |
| float | pose_pitch |
| float | pose_roll |
Static Public Attributes | |
| static const float | kValueNotPresent |