Code samples
This section provides an extensive collection of code samples for the Media Player SDK .Net, showcasing various features and functionalities of the SDK in different programming environments.
The provided samples are written in both C# and VB.Net, demonstrating the versatility and ease of use of the MediaPlayerCore engine across multiple programming languages. Each sample is carefully designed to illustrate specific use cases and best practices, ensuring that developers can quickly grasp the essential concepts and techniques required to effectively utilize the SDK.
The code samples cater to a wide range of application types, including WinForms, WPF, Console, and Service applications. Whether you are developing a rich desktop application with WinForms or WPF, a command-line utility with Console, or a background service, you will find relevant examples to guide you through the process. These samples not only help in understanding the implementation but also serve as a valuable resource for troubleshooting and optimizing your media player applications.
- How to get a specific frame from a video file?
- How to play a fragment of the source file?
- Memory playback
- Playlist API
- Previous frame and reverse video playback
- How to show the first frame?
Visit our GitHub page to get more code samples.