Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6645787
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:19:58+00:00 2026-05-26T00:19:58+00:00

I am implementing an audio based application. In that I am using AVPlayer to

  • 0

I am implementing an audio based application. In that I am using AVPlayer to play the list of MPMedia items selected from iPod Library. In my app I need to test 1 case, that is I need to compare the currently playing (from AVPlayer) with the list of MPMedia Items. How can I do this?

For easy understanding the following is I need:

for(MPMediaItems)
{
   if([MPmedia Item]== [AVPlayer CurrentItem])
    {

        printf("Do some action");
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:19:59+00:00Added an answer on May 26, 2026 at 12:19 am
    MPMediaItem *song;
    NSURL *songURL = [song valueForProperty: MPMediaItemPropertyAssetURL];
    AVURLAsset *asset1 = (AVURLAsset *)[_avPlayer.currentItem asset]; //currentItem is AVAsset type so incompitable pointer types ... notification will occur, however it does contain URL (see with NSLog)
    AVURLAsset *asset2 = [AVURLAsset URLAssetWithURL: songURL options: nil];
    if ([asset1.URL isEqual: asset2.URL]) {
        printf("Do some action");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on an application that will read in file paths and play audio
I'm looking for a software based codec library to be used in embedded application
I was thinking about implementing an application in Java (with a GWT GUI) that
I am implementing AVAudioPlayer to play audio and it works perfectly well while playing
I have completed implementing Operation of Linear Linked List using C , Now inorder
when implementing/using methods that return or work with instances of objects, what is the
How would it be possible to capture the audio programmatically? I am implementing an
How would I go about implementing a band-pass filter in c#? I'm using a
I've set myself the task of implementing a real time MIDI application. Like all
I would like to adjust the system audio volume in OSX from a python

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.