enableDvr property

bool? enableDvr
getter/setter pair

This setting determines whether viewers can access DVR controls while watching the video.

DVR controls enable the viewer to control the video playback experience by pausing, rewinding, or fast forwarding content. The default value for this property is true. Important: You must set the value to true and also set the enableArchive property's value to true if you want to make playback available immediately after the broadcast ends.

Implementation

core.bool? enableDvr;