I 'm not familiar with C#.NET at all. I need to convert this to VB. Can anyone please give me a hand?
public IEnumerable<CodecInfo> AudioCodecs
{
get { return softPhone.Codecs.Where(c => c.CodecType == CodecMediaType.Audio); }
}
Thanks