| author | MarcMroz |
|---|---|
| description | The media resource contains metadata about the media (audio or video) drive item. |
| title | media resource type |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | sharepoint |
| ms.date | 03/12/2024 |
Contains metadata about the media (audio or video) drive item.
It is available on the media property of driveItem resources.
| Property | Type | Description |
|---|---|---|
| isTranscriptionShown | Boolean | If a file has a transcript, this setting controls if the closed captions / transcription for the media file should be shown to people during viewing. Read-Write. |
| mediaSource | mediaSource | Information about the source of media. Read-only. |
None.
{
"isTranscriptionShown" : true,
"mediaSource": { "@odata.type": "microsoft.graph.mediaSource" }
}For more information about the facets on a driveItem, see driveItem.