V2TimVideoElem
Introduction
The data of video message element.
Parameter introduction
videoPath
- Parameter type : string
- Parameter description : The path of the original video, for sender.
UUID
- Parameter type : string
- Parameter description : Used for cache key.
videoSize
- Parameter type : number
- Parameter description : The size of the video.
duration
- Parameter type : number
- Parameter description : The duration of the video.
snapshotPath
- Parameter type : string
- Parameter description : The path of the original snapshot, for sender.
snapshotUUID
- Parameter type : string
- Parameter description : Used for cache key.
snapshotSize
- Parameter type : number
- Parameter description : The size of the snapshot.
snapshotWidth
- Parameter type : number
- Parameter description : The width of the snapshot.
snapshotHeight
- Parameter type : number
- Parameter description : The height of the snapshot.
videoUrl
- Parameter type : string
- Parameter description : The URl of the video.
snapshotUrl
- Parameter type : string
- Parameter description : The URL of the snapshot.
localVideoUrl
- Parameter type : string
- Parameter description : The local path of the video. Recommend to use this as priority, if exists.
localSnapshotUrl
- Parameter type : string
- Parameter description : The local path of the snapshot. Recommend to use this as priority, if exists.