Skip to content

How to show first frame? #309

Closed Answered by SuRGeoNix
Symbai asked this question in Q&A
May 29, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @Symbai,

You could Seek to 0 for that. eg:-

Player.OpenCompleted += (o, e) =>
{
	if (e.Success)
	{
		Player.Seek(0);
	}
};

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Symbai
Comment options

Answer selected by SuRGeoNix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants