DVCOMPRESSIONINFO
Describes the attributes of a specific Microsoft® DirectPlay® Voice compression type.
Type DVCOMPRESSIONINFO
guidType As String
lFlags As Long
lMaxBitsPerSecond As Long
strDescription As String
strName As String
End Type
Members
- guidType
- String value specifying the GUID used to identify this compression type by DirectPlay Voice.
- lFlags
- Reserved; must be 0.
- lMaxBitsPerSecond
- Maximum number of bits per second claimed by the codec.
- strDescription
- Description of the codec.
- strName
- Name describing the codec.