Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 2.5 KB

File metadata and controls

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

mediaSource resource type

The mediaSource resource contains metadata about the source of media (audio or video) drive item.

It is available on the media property of driveItem resources.

Properties

Property Type Description
contentCategory mediaSourceContentCategory Enumeration value that indicates the media content category.

mediaSourceContentCategory values

Value Description
meeting The media is a meeting.
liveStream The media is a live stream.
presentation The media is a presentation.
screenRecording The media is a screen recording.
story The media is a story.
profile The media is a profile.
chat The media is a chat.
note The media is a note.
comment The media is a comment.
unknownFutureValue Marker value for future compatibility.

JSON representation

The following JSON representation shows the resource type.

{
  "contentCategory" : "string"
}

Related content

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