Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Version 1.6 - Updated on 11/17/2016
Superclass: PCFile Declared In: PCAudio.h Introduction
PCFile
PCAudio.h
album
artist
duration
genre
title
This class stores the metadata information of audio files.
- (id)initWithDBResourceID:(NSManagedObjectID *)managedObjectID;
PCAudio
managedObjectID
@property (nonatomic, readonly, copy) NSString *album;
@property (nonatomic, readonly, copy) NSString *artist;
@property (nonatomic, readonly, strong) NSNumber *duration;
@property (nonatomic, readonly, copy) NSString *genre;
@property (nonatomic, readonly, copy) NSString *title;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.