Searched refs:setIsLoopingAsync (Results 1 – 17 of 17) sorted by relevance
144 setIsLoopingAsync(isLooping: boolean): Promise<AVPlaybackStatus>; method166 setIsLoopingAsync(isLooping: boolean): Promise<AVPlaybackStatus>; constant
73 setIsLoopingAsync: (isLooping: boolean) => Promise<AVPlaybackStatus>;
208 async setIsLoopingAsync(isLooping) { method
172 setIsLoopingAsync; field in Video
1 …setIsLoopingAsync(isLooping: boolean): Promise<AVPlaybackStatus>;\n\n /**\n * This is equivalen…
1 …tIsMutedAsync!: (isMuted: boolean) => Promise<AVPlaybackStatus>;\n setIsLoopingAsync!: (isLooping…
56 const setIsLoopingAsync = async (isLooping: boolean) =>57 video.current?.setIsLoopingAsync(isLooping);113 setIsLoopingAsync={setIsLoopingAsync}
119 _setIsLoopingAsync = async (isLooping: boolean) => this._sound?.setIsLoopingAsync(isLooping);175 setIsLoopingAsync={this._setIsLoopingAsync}
43 setIsLoopingAsync: (isLooping: boolean) => void;74 const _toggleLooping = () => props.setIsLoopingAsync(!props.isLooping);
337 setIsLoopingAsync(isLooping: boolean): Promise<AVPlaybackStatus>; method408 async setIsLoopingAsync(isLooping: boolean): Promise<AVPlaybackStatus> {
242 setIsLoopingAsync!: (isLooping: boolean) => Promise<AVPlaybackStatus>;
183 setIsLoopingAsync: (isLooping: boolean) => Promise<AVPlaybackStatus>;
285 setIsLoopingAsync; field in Sound
440 setIsLoopingAsync!: (isLooping: boolean) => Promise<AVPlaybackStatus>;
113 playback.sound.setIsLoopingAsync(!playback.isLooping);
551 await soundObject.setIsLoopingAsync(true);