---
title: videoMimeType
framework: livephotoskitjs
role: symbol
role_heading: Instance Property
path: livephotoskitjs/livephotoskit.player/videomimetype
---

# videoMimeType

The MIME type of the video asset.

## Declaration

```data
attribute String videoMimeType;
```

## Discussion

Discussion The MIME type of the video asset, either as detected from a network request for the asset (if it was provided as a URL on videoSrc) or as provided by the developer prior to assigning a prepared ArrayBuffer to videoSrc. This property, while writable, behaves as read-only if the video was obtained through a network request to a string URL set on videoSrc. In this case, writes to this property are ignored. However, if the intent is to provide the video by assigning an already-loaded ArrayBuffer to videoSrc, you must set this property to the correct MIME type beforehand.

## See Also

### Instance Properties

- [currentTime](livephotoskitjs/livephotoskit.player/currenttime.md)
- [duration](livephotoskitjs/livephotoskit.player/duration.md)
- [photoHeight](livephotoskitjs/livephotoskit.player/photoheight.md)
- [photoTime](livephotoskitjs/livephotoskit.player/phototime.md)
- [photoWidth](livephotoskitjs/livephotoskit.player/photowidth.md)
- [canPlay](livephotoskitjs/livephotoskit.player/canplay.md)
- [errors](livephotoskitjs/livephotoskit.player/errors.md)
- [frameTimes](livephotoskitjs/livephotoskit.player/frametimes.md)
- [isPlaying](livephotoskitjs/livephotoskit.player/isplaying.md)
- [loadProgress](livephotoskitjs/livephotoskit.player/loadprogress.md)
- [metadataVideoSrc](livephotoskitjs/livephotoskit.player/metadatavideosrc.md)
- [photo](livephotoskitjs/livephotoskit.player/photo.md)
- [photoMimeType](livephotoskitjs/livephotoskit.player/photomimetype.md)
- [photoSrc](livephotoskitjs/livephotoskit.player/photosrc.md)
- [playbackStyle](livephotoskitjs/livephotoskit.player/playbackstyle.md)
