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.