Enum VideoFormat
Formats which can be used in VideoData construction.
public enum VideoFormat
Fields
M4V = 4M4V format. Supported on iOS.
MKV = 2MKV format. Supported on Android.
MOV = 3MOV format. Supported on iOS.
MP4 = 0MP4 format. Supported on iOS and Android.
ThreeGP = 13GP format. Supported on Android.