MeiCam SDK For iOS
3.14.0
|
Thumbnail sequence. More...
#import <NvsThumbnailSequenceView.h>
Instance Methods | |
(instancetype) | - init |
(instancetype) | - initWithFrame: |
(instancetype) | - initWithCoder: |
Properties | |
NSString * | mediaFilePath |
The absolute path to media files. More... | |
int64_t | startTime |
Sequence start time (in microseconds) More... | |
int64_t | duration |
Sequence duration (in microseconds) More... | |
float | thumbnailAspectRatio |
Thumbnail aspect ratio. More... | |
BOOL | stillImageHint |
Whether it is a still image. More... | |
NvsThumbnailImageFillMode | thumbnailImageFillMode |
Thumbnail image fill mode. More... | |
Thumbnail sequence.
Note: Please do not use this control for new code, please use the NvsMultiThumbnailSequenceView control! The sequence of thumbnails, that is, the video is scaled to some extent, to statically shorten the displayed sequence. During video edition, by previewing the video sequence, users can set the start time, duration, and aspect ratio of the sequence. At the same time, the subtitles and the cropped video are precisely added at the corresponding time slot position according to the thumbnail.
- (instancetype) init |
- (instancetype) initWithCoder: | (NSCoder *) | aDecoder |
- (instancetype) initWithFrame: | (CGRect) | frame |
|
readwritenonatomicassign |
Sequence duration (in microseconds)
|
readwritenonatomicassign |
The absolute path to media files.
|
readwritenonatomicassign |
Sequence start time (in microseconds)
|
readwritenonatomicassign |
Whether it is a still image.
|
readwritenonatomicassign |
Thumbnail aspect ratio.
|
readwritenonatomicassign |
Thumbnail image fill mode.