Searched refs:setIsMutedAsync (Results 1 – 17 of 17) sorted by relevance
139 setIsMutedAsync(isMuted: boolean): Promise<AVPlaybackStatus>; method165 setIsMutedAsync(isMuted: boolean): Promise<AVPlaybackStatus>; constant
72 setIsMutedAsync: (isMuted: boolean) => Promise<AVPlaybackStatus>;
205 async setIsMutedAsync(isMuted) { method
171 setIsMutedAsync; field in Video
1 …setIsMutedAsync(isMuted: boolean): Promise<AVPlaybackStatus>;\n\n /**\n * This is equivalent to…
1 …(volume: number, audioPan?: number) => Promise<AVPlaybackStatus>;\n setIsMutedAsync!: (isMuted: b…
59 const setIsMutedAsync = async (isMuted: boolean) => video.current?.setIsMutedAsync(isMuted);114 setIsMutedAsync={setIsMutedAsync}
121 _setIsMutedAsync = async (isMuted: boolean) => this._sound?.setIsMutedAsync(isMuted);177 setIsMutedAsync={this._setIsMutedAsync}
41 setIsMutedAsync: (isMuted: boolean) => void;193 props.setIsMutedAsync(isMuted);
331 setIsMutedAsync(isMuted: boolean): Promise<AVPlaybackStatus>; method404 async setIsMutedAsync(isMuted: boolean): Promise<AVPlaybackStatus> {
241 setIsMutedAsync!: (isMuted: boolean) => Promise<AVPlaybackStatus>;
182 setIsMutedAsync: (isMuted: boolean) => Promise<AVPlaybackStatus>;
284 setIsMutedAsync; field in Sound
439 setIsMutedAsync!: (isMuted: boolean) => Promise<AVPlaybackStatus>;
171 playback.sound.setIsMutedAsync(!playback.isMuted);
542 await soundObject.setIsMutedAsync(false);