Interface VideoServiceSetting

VideoServiceSettingオブジェクトは、動画の設定内容を保持します。
VideoServiceSetting object stores the setting information of videos.

Hierarchy

  • VideoServiceSetting

Properties

extraSpecs?: null | VideoServiceExtraSpecs[]

Memberof

VideoServiceSetting

fileSize?: null | number
動画のファイルサイズです。
File size of the video.

Memberof

VideoServiceSetting

fileType?: null | VideoServiceFileType

Memberof

VideoServiceSetting

height?: null | number
動画の高さ(縦の長さ)です。
Height (vertical length) of the video.

Memberof

VideoServiceSetting

playbackTime?: null | number
動画再生時間(秒)です。
Play time (sec) of the video.

Memberof

VideoServiceSetting

videoAdFormat?: null | string
動画広告の種類です。
Ad format type of the video ad.

Memberof

VideoServiceSetting

videoAspectRatio?: null | string
動画アスペクト比の種類です。
※指定可能な値は、DictionaryServiceのgetMediaAdFormatで取得されるDictionaryServiceMediaAdFormatのaspectRatioフィールドをご確認ください。
Type of aspect ratio.
* Available values can be referred to aspectRatio field of DictionaryServiceMediaAdFormat object obtained by getMediaAdFormat operation of DictionaryService.

Memberof

VideoServiceSetting

width?: null | number
動画の横幅です。
Width of the video.

Memberof

VideoServiceSetting