ios - AVPlayer change volume, vertical slider -
is there way alter volume on avplayer using vertical slider, mpvolumeview horizontal , doesn't seems exist way that. have used custom slider: on ios7 have volume property interact with, on ios6 seems solution audiomix trick, lastly 1 seems work "file" tracks not streaming content (i need utilize them). has came idea?
this worked me (iphone 5, ios 8.3):
mpvolumeview *volumeview = [[mpvolumeview alloc] initwithframe:cgrectmake(225, 270, 160, 30)]; cgaffinetransform sliderrotation = cgaffinetransformidentity; sliderrotation = cgaffinetransformrotate(sliderrotation,-(m_pi / 2)); volumeview.transform = sliderrotation; [self.view addsubview:volumeview];
ios iphone avfoundation avplayer
No comments:
Post a Comment