Giter VIP home page Giter VIP logo

mrvlcplayer's Issues

状态栏的显示

你好,我想问下,按照框架中的全屏显示,把状态栏隐藏了,如果需要显示状态栏的话,状态栏就是竖屏的,如何让状态栏也能横屏呢

滑动slider会触发pangesture

我改动了下. 好了. 你可以改下pan设为public


- (void)progressValueChanged
{
    self.controlView.pan.enabled = FALSE ;
    float rate = self.controlView.progressSlider.value ;
    int targetIntvalue = (int)(rate * kMediaLength.intValue);
    //    NSLog(@"rate : %f",rate) ;
    //    NSLog(@"%d",targetIntvalue) ;
    VLCTime *targetTime = [[VLCTime alloc] initWithInt:targetIntvalue];
    if (![self.player isPlaying]) {
        [self.player play] ;
    }
    [self.player setTime:targetTime];
    [self.controlView autoFadeOutControlBar];
    
    //
    [NSObject cancelPreviousPerformRequestsWithTarget:self
                                             selector:@selector(openPanGesture)
                                               object:nil];
}

- (void)openPanGesture
{
    self.controlView.pan.enabled = TRUE ;
}

點選右上角X取消時

點選右上角取消視頻的時候
Log 區持續的輸出
2017-06-07 11:50:23.676747+0800 MRVLCPlayer[2255:146237] [aqme] 254: AQDefaultDevice (173): skipping input stream 0 0 0x0
是怎麼回事呢?

我这个少文件

提示MobileVLCKit/MobileVLCKit.h没有找到?这个什么原因啊

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.