An enumerated type that identifies the shape in which the content item should be displayed.
SDK
- tvOS 9.0+
Framework
- TVServices
Declaration
typedef enum TVContentItemImageShape : NSInteger {
...
} TVContentItemImageShape;
An enumerated type that identifies the shape in which the content item should be displayed.
SDK
Framework
typedef enum TVContentItemImageShape : NSInteger {
...
} TVContentItemImageShape;
TVContent Item Image Shape None
The content has no particular shape.
TVContent Item Image Shape Poster
The content has a width:height ratio of 2:
.
TVContent Item Image Shape Square
The content has a width:height ratio of 1:
.
TVContent Item Image Shape SDTV
The content is standard-definition television content with a width:height ratio of 4:
.
TVContent Item Image Shape HDTV
The content is high-definition television content with a width:height ratio of 16:
.
TVContent Item Image Shape Wide
The content has a width:height ratio of 8:
.
TVContent Item Image Shape Extra Wide
The content has a width:height ratio of 80:
.
creation Date
The date when the content item was created, or the date when it was first broadcast, or some other kind of origination date.