Hi I am trying to allow users to play and pause the audio of the text extracted from ocr process. I wanted to use one button for them to be able to play and pause the audio. I am using xamarin forms and xamarin essentials text to speech api. How am I able to apply a button for this to happen?
Related
I have an app on play store I have added feature graphic on play console it is visible on play store mobile app but not on play store website as they have updated the ui recently.
Where I can add feature graphic in the play console. I want to have a placeholder for this trailer video part.
How can I play the full PowerPoint presentation inside a Xamarin forms application?
I've looked into syncfusion where you can convert a file to pdf/image to view the latter but is there a way to display the PowerPoint file where you can play the actual slides (e.g. if there's a gif/animation on the slide).
Any leads, please?
Can any one help me on this I am using Plugin.MediaManager.Forms for playing the videos.
1)how to play the list of videos in xamarin forms using plugin.mediamanager.forms plugin?
2)I want make a video player to run the video a specific time (example i want to play a video A for 15 sec after that want to stop and play another video ) and span only how can i pass the duration to the video in playlist
Please help me on this.
Here I have posted image that exactly I want using Xamarin cross-platform that run on all android,windows and iOS.
Top and right side logout button image.
i am writing an app that preview then capture video from a Video Device (ex:Cam), i didn't found a solution to take a snapshot during capturing with a ASF format.
so i thought i could take a picture from the preview panel but the background-image didn't contain it, and the image property of is null if i use a Picturebox .
do anyone knew how Directshow use the panel or Picturebox to preview video?
Typical solution for capture with preview is to add a tee (smart tee) and then do writing and presentation on the outputs of that tee respectively. PlayCap DirectShow.NET sample shows how to visualize video feed. Video renderer provides methods to read back last presented video frame, so that you could make a snapshot out of it.
Separate parts of this task have been discussed many times, including here:
Preview a camera in DirectShow and capture a still image - in VB.net
VB.Net Directshow Webcam Snapshot
Capturing pictures from webcam at high resolution while previewing at a lower one using DirectShow.Net
DirectShow - Capture Webcam While Viewing It?