Poster
A URL representing an individual image that is displayed until the user plays or winds the video.
If this attribute is not set, nothing is displayed until the first video frame is available. From this point in time, this first frame is used.
Schema: tchmi:general#/definitions/String
Attribute getter
public getPoster(): string | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setPoster(valueNew: string | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from 1.8 |
