Live Stream v1 API - Enum DvrSession.Types.State (1.9.0)

public enum DvrSession.Types.State

Reference documentation and code samples for the Live Stream v1 API enum DvrSession.Types.State.

State of the DVR session.

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Fields

Name Description
Cooldown

The session is in cooldown. The cooldown period lasts for 60 seconds. When the DVR session is updated by the user to have a new end time that is likely already in the past, the DVR manifest will end as soon as possible and the DVR session will move to this state. This is done to prevent the players to receive a manifest update that removes a segment that has already been played. After the cooldown period ends, a new manifest is generated that honors the new end time.

Deleting

The session is being deleted.

Failed

The operation has failed. For additional information, see the error field.

Finished

Outputs are available in the specified Cloud Storage bucket. For additional information, see the dvr_manifests.output_uri field.

Live

The session is currently in progress and the outputs are available in the specified Cloud Storage bucket. For additional information, see the dvr_manifests.output_uri field.

Pending

The operation is pending to be picked up by the server.

PostProcessing

The session is being post processed.

Scheduled

The session is scheduled and waiting for the start time.

Stopping

The session is being stopped. The session will move to STOPPING state, if the parent channel is updated.

Unspecified

State is not specified.

Updating

The session is being updated.