[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "media" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Sat Jun 25 13:38:11 CDT 2011
branch "media" has been updated
via 1b09086bfce57fab13b27c3018791a56311f8943 (commit)
from 7eb5ee6acbcc2abec8590f15efde23cc62f097c6 (commit)
Summary of changes:
slice/AsteriskSCF/Media/SDP/MediaSDPIf.ice | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 1b09086bfce57fab13b27c3018791a56311f8943
Author: Joshua Colp <jcolp at digium.com>
Date: Sat Jun 25 15:38:21 2011 -0300
Extend getNamedFormat to include some format details.
diff --git a/slice/AsteriskSCF/Media/SDP/MediaSDPIf.ice b/slice/AsteriskSCF/Media/SDP/MediaSDPIf.ice
index 0750835..896ff7c 100644
--- a/slice/AsteriskSCF/Media/SDP/MediaSDPIf.ice
+++ b/slice/AsteriskSCF/Media/SDP/MediaSDPIf.ice
@@ -91,9 +91,16 @@ module V1
*
* @param name Name of the media format, may contain additional details according to the descriptor service.
*
+ * @param sampleRate The sample rate for the frames.
+ *
+ * @param frameSize The amount of audio contained within the frames.
+ *
+ * @param formatSpecific Any format specific information that is not understood.
+ *
* @return Format A concrete class containing media format details for the given format.
*/
- idempotent AsteriskSCF::Media::V1::Format getNamedFormat(string name);
+ idempotent AsteriskSCF::Media::V1::Format getNamedFormat(string name, int sampleRate, int frameSize,
+ Ice::StringSeq formatSpecific);
/**
* Method which retrieves a media format concrete class given an SDP descriptor concrete class.
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list