Updating the object-c++ file after change in the API
GetBestMatchedCapability Review URL: https://webrtc-codereview.appspot.com/396009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1710 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* Use of this source code is governed by a BSD-style license
|
||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
@ -103,7 +103,7 @@ WebRtc_Word32 VideoCaptureMacQTKitInfo::GetCapability(
|
|||||||
|
|
||||||
WebRtc_Word32 VideoCaptureMacQTKitInfo::GetBestMatchedCapability(
|
WebRtc_Word32 VideoCaptureMacQTKitInfo::GetBestMatchedCapability(
|
||||||
const WebRtc_UWord8*deviceUniqueIdUTF8,
|
const WebRtc_UWord8*deviceUniqueIdUTF8,
|
||||||
const VideoCaptureCapability requested, VideoCaptureCapability& resulting)
|
const VideoCaptureCapability& requested, VideoCaptureCapability& resulting)
|
||||||
{
|
{
|
||||||
// Not implemented. Mac doesn't use discrete steps in capabilities, rather
|
// Not implemented. Mac doesn't use discrete steps in capabilities, rather
|
||||||
// "analog". QTKit will do it's best to convert frames to what ever format
|
// "analog". QTKit will do it's best to convert frames to what ever format
|
||||||
|
Reference in New Issue
Block a user