chenqiyang
2024-07-17 be56723cce4cd60ddc144ebe6ac20607675b3006
HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/HDLLPOnMonitorViewController.m
@@ -225,11 +225,13 @@
-(UIView *)videoView{
    if (_videoView == Nil) {
        _videoView =  [[UIView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, GetRealWidth((210)))];
        _videoView.backgroundColor = UIColor.lightGrayColor;
//        _videoView.backgroundColor = UIColor.lightGrayColor;
        _videoView.backgroundColor = UIColor.blackColor;
        _videoView.layer.shadowColor = [UIColor colorWithRed:0/255.0 green:0/255.0 blue:0/255.0 alpha:0.25].CGColor;
        _videoView.layer.shadowOffset = CGSizeMake(0,0.5);
        _videoView.layer.shadowOpacity = 1;
        _videoView.layer.shadowRadius = 0;
        _videoView.layer.masksToBounds=YES;
    }
    return _videoView;
}
@@ -262,9 +264,6 @@
    [_screenshotTextBtn setTitleColor:TextColor forState:UIControlStateNormal];
    NSLog(@"鎴浘");
    //鎴浘
//    if(self.playWindow){
//        [self saveThumbImage];
//    }
    [HDLLinphoneManager.instance snapShotWithView:self.videoView];
    
}