MeiCam SDK For iOS  3.10.1
Properties | List of all members
NvsThumbnailSequenceDesc Class Reference

Multi-thumbnail sequence information description. More...

#import <NvsMultiThumbnailSequenceView.h>

Inheritance diagram for NvsThumbnailSequenceDesc:

Properties

NSString * mediaFilePath
 The absolute path to the media file. More...
 
int64_t inPoint
 The in point on the timeline (in microseconds) More...
 
int64_t outPoint
 The out point on the timeline (in microseconds) More...
 
int64_t trimIn
 The in point of trimming (in microseconds) More...
 
int64_t trimOut
 The out point of trimming (in microseconds) More...
 
BOOL stillImageHint
 Whether it is a still image. More...
 
float thumbnailAspectRatio
 Thumbnail's aspect ratio of this sequence, 0 means comply with the thumbnail's aspect ratio of the view. More...
 
BOOL resizeNone
 PHAsset Resize Noneļ¼ŒSetting false is fast, and some long images will blur. More...
 

Detailed Description

Multi-thumbnail sequence information description.

Since
1.10.0

Property Documentation

◆ inPoint

- (int64_t) inPoint
readwritenonatomicassign

The in point on the timeline (in microseconds)

◆ mediaFilePath

- (NSString*) mediaFilePath
readwritenonatomicassign

The absolute path to the media file.

◆ outPoint

- (int64_t) outPoint
readwritenonatomicassign

The out point on the timeline (in microseconds)

◆ resizeNone

- (BOOL) resizeNone
readwritenonatomicassign

PHAsset Resize Noneļ¼ŒSetting false is fast, and some long images will blur.

◆ stillImageHint

- (BOOL) stillImageHint
readwritenonatomicassign

Whether it is a still image.

◆ thumbnailAspectRatio

- (float) thumbnailAspectRatio
readwritenonatomicassign

Thumbnail's aspect ratio of this sequence, 0 means comply with the thumbnail's aspect ratio of the view.

◆ trimIn

- (int64_t) trimIn
readwritenonatomicassign

The in point of trimming (in microseconds)

◆ trimOut

- (int64_t) trimOut
readwritenonatomicassign

The out point of trimming (in microseconds)


The documentation for this class was generated from the following file: