Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssetConfigurationBase

Assetの設定の共通部分。

Hierarchy

Index

Properties

Optional duration

duration: number

再生時間。 type"audio" の場合にのみ存在。

Optional height

height: number

高さ。 type"image", "video" の場合にのみ存在。

Optional hint

ヒント。akashic-engineが最適なパフォーマンスを発揮するための情報。type"audio" または "image" の場合にのみ存在。

Optional loop

loop: boolean

ループ。 type"audio" または "video" の場合にのみ存在。

Optional systemId

systemId: string

AudioAssetのsystem指定。 type"audio" の場合にのみ存在。

type

type: string

Assetの種類。"image", "audio", "script", "text" のいずれか。

Optional useRealSize

useRealSize: boolean

width,heightではなく実サイズを用いる指定。 type"video" の場合にのみ存在。

Optional width

width: number

幅。 type"image", "video" の場合にのみ存在。

Generated using TypeDoc