Interface: VideoMetadata
Properties
audioCodec
• audioCodec: string
Audio codec.
Platform
Android
Defined in
duration
• duration: number
Duration of the video in seconds.
Defined in
frameRate
• frameRate: number
The average framerate (in frames/sec).
Defined in
height
• height: number
Video height.
Defined in
path
• path: string
The path of the file.
Defined in
size
• size: number
File size in bytes.
Defined in
videoCodec
• videoCodec: string
Video codec.
Platform
Android
Defined in
width
• width: number
Video width.