You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import BitmovinResponse from './BitmovinResponse';
/**
* @export
* @class Period
*/
export class Period extends BitmovinResponse {
/**
* Starting time in seconds
* @type {number}
* @memberof Period
*/
public start?: number;
/**
* Duration in seconds.<br/>Please note that the duration of a Period is usually determined by the media contained therein.<br/>Setting the `duration` property to a specific value will override this default behaviour.<br/>Warning: Use at your own risk!