Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.