File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -709,41 +709,22 @@ - (void) resetToDefault
709
709
710
710
- (bool ) manuallySuspended
711
711
{
712
- #if ANDROID
713
- #warning manuallySuspended not implemented
714
- return false ;
715
- #else
716
712
return [OALAudioSession sharedInstance ].manuallySuspended ;
717
- #endif
718
713
}
719
714
720
715
- (void ) setManuallySuspended : (bool ) value
721
716
{
722
- #if ANDROID
723
- #warning setManuallySuspended not implemented
724
- #else
725
717
[OALAudioSession sharedInstance ].manuallySuspended = value;
726
- #endif
727
718
}
728
719
729
720
- (bool ) interrupted
730
721
{
731
- #if ANDROID
732
- #warning interrupted not implemented
733
- return false ;
734
- #else
735
722
return [OALAudioSession sharedInstance ].interrupted ;
736
- #endif
737
723
}
738
724
739
725
- (bool ) suspended
740
726
{
741
- #if ANDROID
742
- #warning suspended not implemented
743
- return false ;
744
- #else
745
727
return [OALAudioSession sharedInstance ].suspended ;
746
- #endif
747
728
}
748
729
749
730
Original file line number Diff line number Diff line change 154
154
#endif
155
155
156
156
#elif __CC_PLATFORM_ANDROID
157
- #warning Not implemented
157
+ #warning audioSessionDelegate not implemented
158
158
#endif
159
159
160
160
/* * If true, the audio session is active */
You can’t perform that action at this time.
0 commit comments