Skip to content

Latest commit

 

History

History
112 lines (61 loc) · 2.02 KB

core_asset.VideoAsset.md

File metadata and controls

112 lines (61 loc) · 2.02 KB

videodb / Exports / core/asset / VideoAsset

Class: VideoAsset

core/asset.VideoAsset

VideoAsset class

Hierarchy

  • MediaAsset

    VideoAsset

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new VideoAsset(assetId, config?): VideoAsset

Initializes a AudioAsset instance

Parameters

Name Type Description
assetId string The id of the audio asset.
config? Partial<VideoAssetConfig> The configuration of the audio asset.

Returns

VideoAsset

A new AudioAsset instance.

Overrides

MediaAsset.constructor

Defined in

src/core/asset.ts:51

Properties

assetId

assetId: string

Inherited from

MediaAsset.assetId

Defined in

src/core/asset.ts:31


end

end: null | number

Defined in

src/core/asset.ts:43


start

start: number

Defined in

src/core/asset.ts:42

Methods

toJSON

toJSON(): Object

Returns

Object

Name Type
assetId string
end null | number
start number

Defined in

src/core/asset.ts:58