Change in the interface file for GetBestMatchedCapability method. Updating mac files.
Review URL: https://webrtc-codereview.appspot.com/389013 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1709 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
69f8be3875
commit
8b4a98d0f4
@ -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
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
@ -72,7 +72,7 @@ public:
|
||||
*/
|
||||
virtual WebRtc_Word32 GetBestMatchedCapability(
|
||||
const WebRtc_UWord8*deviceUniqueIdUTF8,
|
||||
const VideoCaptureCapability requested,
|
||||
const VideoCaptureCapability& requested,
|
||||
VideoCaptureCapability& resulting);
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
@ -110,7 +110,7 @@ WebRtc_Word32 VideoCaptureMacQuickTimeInfo::GetCapability(
|
||||
|
||||
WebRtc_Word32 VideoCaptureMacQuickTimeInfo::GetBestMatchedCapability(
|
||||
const WebRtc_UWord8*deviceUniqueIdUTF8,
|
||||
const VideoCaptureCapability requested, VideoCaptureCapability& resulting)
|
||||
const VideoCaptureCapability& requested, VideoCaptureCapability& resulting)
|
||||
{
|
||||
WEBRTC_TRACE(webrtc::kTraceInfo, webrtc::kTraceVideoCapture, _id,
|
||||
"NumberOfCapabilities is not supported on the Mac platform.");
|
||||
|
@ -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
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
@ -84,7 +84,7 @@ public:
|
||||
*/
|
||||
virtual WebRtc_Word32 GetBestMatchedCapability(
|
||||
const WebRtc_UWord8*deviceUniqueIdUTF8,
|
||||
const VideoCaptureCapability requested,
|
||||
const VideoCaptureCapability& requested,
|
||||
VideoCaptureCapability& resulting);
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user