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

  • SEARCH
  • Home
  • 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 7071687
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:43:04+00:00 2026-05-28T05:43:04+00:00

OK. AvPlayer is working great with streaming audio. In my app I have UISlider

  • 0

OK. AvPlayer is working great with streaming audio. In my app I have UISlider that shows current seconds of the playing song. Now I’m trying to make audio seek with UISlider.

Here is the code

-(IBAction)slide{
Float64 curSec = mySlider.value;
int32_t tScale = 600;
CMTime mySec = CMTimeMakeWithSeconds(curSec, tScale); 
player.currentTime = mySec;     <- error is here

NSLog(@"%f",mySlider.value);
}

The error is “Setter method is needed to assign to object using property assignment syntax”
In .h file I have AVPlayer *player; and @property(nonatomic, retain)AVPlayer *player. Also in .m I have @synthesize player;
So what is wrong? THANK YOU!

  • 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-28T05:43:05+00:00Added an answer on May 28, 2026 at 5:43 am

    According to the doc, it seems to me that you have to use seekToTime: method instead of setting time directly to the currentTime property.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app that plays audio using AVPlayer. I have enabled background audio
I have implemented audio playback using AVPlayer, playing a remote mp3 url. I want
I am working on an app that involves recording audio on one device and
I have an app that plays audio(a media player). When the user receives a
I have an iOS app that plays a background soundtrack with one AVPlayer and
I have a AVMutableComposition that I've associated with an AVPlayer. It seems if I
I have abillity to listen to mp3 song in my app. I am using
I am using AVPlayer to play a video in my app,now i want to
I'm playing music with an AVPlayer . Now at a certain time a NSTimer
I am currently working on an audio DSP App development. The project requires direct

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.