RecordedAudioObject
class RecordedAudioObject: NSObject
Data model that encapsulates recorded audio file information including file URL and display title.
-
An absolute path to a given file.
Declaration
Swift
var filePathUrl: URL! -
The last component of the url, the name for the file.
Declaration
Swift
var title: String!
View on GitHub
RecordedAudioObject Class Reference