Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.8 KB

File metadata and controls

51 lines (38 loc) · 1.8 KB
author description title ms.localizationpriority doc_type ms.subservice
MarcMroz
The media resource contains metadata about the media (audio or video) drive item.
media resource type
medium
resourcePageType
sharepoint

media resource type

Contains metadata about the media (audio or video) drive item.

It is available on the media property of driveItem resources.

Properties

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.

JSON representation

{
  "isTranscriptionShown" : true,
  "mediaSource": { "@odata.type": "microsoft.graph.mediaSource" }
}

Related content

For more information about the facets on a driveItem, see driveItem.