# vlc-qt-examples **Repository Path**: xiao-hai/vlc-qt-examples ## Basic Information - **Project Name**: vlc-qt-examples - **Description**: vlc-qt项目使用示例代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-10 - **Last Updated**: 2021-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VLC-Qt Examples [![Build Status][travis-img]][travis] [![Build status][appveyor-img]][appveyor] [![Homepage][web-img]][web] [![Latest release][release-img]][release] VLC-Qt is a free library used to connect [Qt](http://qt.io) and [libVLC](http://videolan.org) libraries. It contains core classes for main media playback and also some GUI classes for faster media player development. This repository contains various examples of how to use the library in your application. Contributions are welcome. See [CONTRIBUTING.md] (https://github.com/vlc-qt/examples/blob/master/CONTRIBUTING.md) for more details. ## List of Examples - [Simple Player](https://github.com/vlc-qt/examples/tree/master/simple-player) (MIT) - [QML Player](https://github.com/vlc-qt/examples/tree/master/qml-player) (MIT) ## Licensing info Each example may be used under the terms of the license noted in the file LICENSE.md in example subfolder. [web]: http://vlc-qt.tano.si [release]: https://github.com/vlc-qt/examples/releases [travis]: https://travis-ci.org/vlc-qt/examples [appveyor]: https://ci.appveyor.com/project/ntadej/examples [web-img]: https://img.shields.io/badge/web-vlc--qt.tano.si-green.svg [release-img]: https://img.shields.io/github/release/vlc-qt/examples.svg [travis-img]: https://travis-ci.org/vlc-qt/examples.svg?branch=master [appveyor-img]: https://ci.appveyor.com/api/projects/status/p8x4yi0as9bc1ts1?svg=true