V2TimVideoElem
Introduction
The data of video message element.
Parameter introduction
videoPath
Parameter type : String
Supported Platform: All
- Parameter description : The path of the original video, for sender.
UUID
Parameter type : String
Supported Platform: All
- Parameter description : Used for cache key.
videoSize
Parameter type : int
Supported Platform: All
- Parameter description : The size of the video.
duration
Parameter type : int
Supported Platform: All
- Parameter description : The duration of the video.
snapshotPath
Parameter type : String
Supported Platform: All
- Parameter description : The path of the original snapshot, for sender.
snapshotUUID
Parameter type : String
Supported Platform: All
- Parameter description : Used for cache key.
snapshotSize
Parameter type : int
Supported Platform: All
- Parameter description : The size of the snapshot.
snapshotWidth
Parameter type : int
Supported Platform: All
- Parameter description : The width of the snapshot.
snapshotHeight
Parameter type : int
Supported Platform: All
- Parameter description : The height of the snapshot.
videoUrl
Parameter type : String
Supported Platform: All
- Parameter description : The URl of the video.
snapshotUrl
Parameter type : String
Supported Platform: All
- Parameter description : The URL of the snapshot.
localVideoUrl
Parameter type : String
Supported Platform: All
- Parameter description : The local path of the video. Recommend to use this as priority, if exists.
localSnapshotUrl
Parameter type : String
Supported Platform: All
- Parameter description : The local path of the snapshot. Recommend to use this as priority, if exists.
toJson
Parameter type : Map< String, dynamic > toJson()
Supported Platform: All
- Parameter description : Get the data in Map.