TXVideoInfo Class Reference

Inherits from NSObject
Declared in TXVideoEditerTypeDef.h

Overview

视频信息

  coverImage

视频首帧图片

@property (nonatomic, strong) UIImage *coverImage

Declared In

TXVideoEditerTypeDef.h

  duration

视频时长(s)

@property (nonatomic, assign) CGFloat duration

Declared In

TXVideoEditerTypeDef.h

  fileSize

视频大小(byte)

@property (nonatomic, assign) unsigned long long fileSize

Declared In

TXVideoEditerTypeDef.h

  fps

视频fps

@property (nonatomic, assign) float fps

Declared In

TXVideoEditerTypeDef.h

  bitrate

视频码率 (kbps)

@property (nonatomic, assign) int bitrate

Declared In

TXVideoEditerTypeDef.h

  audioSampleRate

音频采样率

@property (nonatomic, assign) int audioSampleRate

Declared In

TXVideoEditerTypeDef.h

  width

视频宽度

@property (nonatomic, assign) int width

Declared In

TXVideoEditerTypeDef.h

  height

视频高度

@property (nonatomic, assign) int height

Declared In

TXVideoEditerTypeDef.h

  angle

视频旋转角度

@property (nonatomic, assign) int angle

Declared In

TXVideoEditerTypeDef.h