LmnMediaPlayerComponent
Decorators: |
|
Selectors: |
|
Implements: |
|
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
crossOrigin |
| This enumerated attribute indicates whether to use CORS to fetch the related video. CORS-enabled resources can be reused in the
|
element r | HTMLElement | |
event r |
| Emits the media player events. |
nativeElement r | HTMLElement | |
trackVolumeAriaValueFn p | (value: string | number) => string | |
video r |
|
Accessors
set appearance |
---|
The appearance of the media player. |
Presentation
|
Type |
set autoplay |
---|
The autoplay attribute of the media player. |
Presentation
|
Type
|
set capabilities |
---|
The capabilities of the media player. |
Presentation
|
Type |
set controls |
---|
The controls settings of the media player. |
Presentation
|
Type |
set defaultConfiguration |
---|
The default configuration of the media player. |
Presentation
|
Type |
set disableremoteplayback |
---|
The disableremoteplayback attribute of the media player. |
Presentation
|
Type
|
set loop |
---|
The loop attribute of the media player. |
Presentation
|
Type
|
set negative |
---|
Whether the media player should be rendered with negative colors or not. |
Presentation
|
Type
|
set playbackRates |
---|
The playback rate settings of the media player. |
Presentation
|
Type |
set playsinline |
---|
The playsinline attribute of the media player. |
Presentation
|
Type
|
set preload |
---|
The preload attribute of the media player. |
Presentation
|
Type |
set progression |
---|
The progression settings of the media player. |
Presentation
|
Type |
set sources |
---|
The sources of the media player. |
Presentation
|
Type |
set tracks |
---|
The tracks of the media player. |
Presentation
|
Type |
set videoElementRef |
---|
No documentation has been provided. |
Presentation
|
Type |
Methods
onEnterPictureInPicture() |
---|
React to the onenterpictureinpicture event |
Presentation
|
Returnsvoid |
onLeavePictureInPicture() |
---|
React to the onleavepictureinpicture event |
Presentation
|
Returnsvoid |
pause() |
---|
Pause the video |
Presentation
|
Returnsvoid |
play() |
---|
Play the video |
Presentation
|
Returnsvoid |