Remove ViE external encryption API.
BUG= R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8079005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5525 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -98,12 +98,6 @@ enum ViEErrors {
|
||||
kViERtpRtcpObserverNotRegistered, // No observer registered.
|
||||
kViERtpRtcpUnknownError, // An unknown error has occurred. Check the log file.
|
||||
|
||||
// ViEEncryption.
|
||||
kViEEncryptionInvalidChannelId = 12700, // Channel id does not exist.
|
||||
kViEEncryptionInvalidSrtpParameter, // DEPRECATED
|
||||
kViEEncryptionSrtpNotSupported, // DEPRECATED
|
||||
kViEEncryptionUnknownError, // An unknown error has occurred. Check the log file.
|
||||
|
||||
// ViEImageProcess.
|
||||
kViEImageProcessInvalidChannelId = 12800, // No Channel exist with the provided channel id.
|
||||
kViEImageProcessInvalidCaptureId, // No capture device exist with the provided capture id.
|
||||
|
||||
Reference in New Issue
Block a user