AVIMVideoMessage Class Reference
Inherits from | AVIMTypedMessage : AVIMMessage : NSObject |
---|---|
Conforms to | AVIMTypedMessageSubclassing |
Declared in | AVIMVideoMessage.h |
size
File size in bytes.
@property (nonatomic, assign, readonly) uint64_t size
Discussion
File size in bytes.
Declared In
AVIMVideoMessage.h
duration
Duration of the video in seconds.
@property (nonatomic, assign, readonly) float duration
Discussion
Duration of the video in seconds.
Declared In
AVIMVideoMessage.h
format
Video format, mp4, m4v, etc. Simply get it from the file extension.
@property (nonatomic, copy, readonly, nullable) NSString *format
Discussion
Video format, mp4, m4v, etc. Simply get it from the file extension.
Declared In
AVIMVideoMessage.h