Version 1.9 - Updated on 05/04/2017
Superclass: PCFile
Declared In: PCAudio.h
Introduction
This class stores the metadata information of audio files.
- (id)initWithDBResourceID:(NSManagedObjectID *)managedObjectID;
PCAudio
using a managedObjectID
. managedObjectID
is mapped with coredata object and a PCAudio
is created out of the values copied from the coredata object.album
@property (nonatomic,
readonly,
copy) NSString *album;
artist
@property (nonatomic,
readonly,
copy) NSString *artist;
duration
@property (nonatomic,
readonly,
strong) NSNumber *duration;
genre
@property (nonatomic,
readonly,
copy) NSString *genre;
title
@property (nonatomic,
readonly,
copy) NSString *title;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.