Silicon Technix Forums

Please login or register.

Author Topic: How can I specify the codec order for VB?  (Read 1327 times)

Offline mack

  • newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
    • http://www.dairiten.com
How can I specify the codec order for VB?
« on: September 07, 2006, 02:59:33 PM »
Is there any sample available?

BR
« Last Edit: January 01, 1970, 05:00:00 AM by mack »

Offline Babar Shafiq Nazmi

  • Administrator
  • Senior Member
  • *****
  • Posts: 151
  • Karma: +87/-0
    • View Profile
    • http://www.silicontechnix.com
How can I specify the codec order for VB?
« Reply #1 on: September 11, 2006, 02:08:39 PM »
Codecs order is as follows,

Public Enum AudioEncodeFmt
    IAX_Format_GSM = 0
    IAX_Format_Speex = 1
    IAX_Format_iLBC = 2
    IAX_Format_ULAW = 3
    IAX_Format_ALAW = 4
    IAX_Format_G729 = 5
    IAX_Format_MP3 = 6
    IAX_Format_ADPCM = 7
    IAX_Format_Linear = 8
    IAX_Format_LPC10 = 9
    IAX_Format_G723 = 10
End Enum

I m updating VB sample, got from other member on this forum.

Regards,
Babar Shafiq Nazmi
« Last Edit: January 01, 1970, 05:00:00 AM by babar »
....God is the greatest Programmer....

http://www.silicontechnix.com

Offline Anonymous

  • Newbie
  • *
  • Posts: 0
  • Karma: +0/-0
    • View Profile
(No subject)
« Reply #2 on: February 07, 2007, 12:37:07 AM »
DELETED
« Last Edit: January 01, 1970, 05:00:00 AM by Anonymous »

 

Page created in 0.148 seconds with 15 queries.