contentStreamType property

String? contentStreamType
getter/setter pair

The content stream type.

Output only. Possible string values are:

  • "CONTENT_STREAM_TYPE_UNSPECIFIED" : Content stream type is not specified in this version. This enum is a place holder for a default value and does not represent a real content stream type.
  • "CONTENT_LIVE_STREAM" : The content is being live-streamed.
  • "CONTENT_ON_DEMAND" : The content is viewed on-demand.

Implementation

core.String? contentStreamType;