AudioInterval

Superclass:
NSObject
Declared In:

Introduction

Represents an audio interval.



Properties

endSample

Interval start in samples.

endTime

Interval start in milliseconds.

sampleRate

Sample rate of corresponding audio.

startSample

Interval start in samples.

startTime

Interval start in milliseconds.


endSample


Interval start in samples.

@property(assign,
    nonatomic) long endSample; 

endTime


Interval start in milliseconds.

@property(assign,
    nonatomic) long endTime; 

sampleRate


Sample rate of corresponding audio.

@property(assign,
    nonatomic) int sampleRate; 

startSample


Interval start in samples.

@property(assign,
    nonatomic) long startSample; 

startTime


Interval start in milliseconds.

@property(assign,
    nonatomic) long startTime;