[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
Mon Jun 20 07:03:20 CDT 2011


branch "media" has been updated
       via  6c301dcd45e664fa3b31e981d1ec4f7889aa5559 (commit)
      from  c839c3e76d6b3f1a96bd93126c071bbd672c3381 (commit)

Summary of changes:
 AsteriskSCF/Media/MediaIf.ice |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


- Log -----------------------------------------------------------------
commit 6c301dcd45e664fa3b31e981d1ec4f7889aa5559
Author: Joshua Colp <jcolp at digium.com>
Date:   Mon Jun 20 09:03:04 2011 -0300

    Clarify the units.

diff --git a/AsteriskSCF/Media/MediaIf.ice b/AsteriskSCF/Media/MediaIf.ice
index 04225e4..5d7675b 100644
--- a/AsteriskSCF/Media/MediaIf.ice
+++ b/AsteriskSCF/Media/MediaIf.ice
@@ -315,22 +315,22 @@ module V1
     class AudioFormat extends Format
     {
         /**
-         * Numerical sample rate.
+         * Numerical sample rate specified in Hz.
          */
         int sampleRate;
 
         /**
-         * Numerical frame size.
+         * Numerical samples per frame.
          */
         int frameSize;
 
         /**
-         * Numerical maximum frame size that is supported.
+         * Numerical maximum samples per frame that is supported.
          */
         int maximumFrameSize;
 
         /**
-         * Numerical minimum frame size that is supported.
+         * Numerical minimum samples per frame that is supported.
          */
         int minimumFrameSize;
     };
@@ -341,12 +341,12 @@ module V1
     class VideoFormat extends Format
     {
         /**
-         * Numerical maximum allowed bandwidth.
+         * Numerical maximum allowed bandwidth specified in Kbps.
          */
         int maximumBandwidth;
 
         /**
-         * Numerical maximum allowed bitrate.
+         * Numerical maximum allowed bitrate specified in Kbps.
          */
         int maximumBitrate;
     };

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list