[Index]

Model: device/cuc/WaveFormat

Model Details

Title Description Details
Codec Id Internal Codec ID number
  • Field Name: CodecId
  • Type: Integer
Java Encoding Corresponding value of javax.sound.sampled.AudioFormat.Encoding as string.
  • Field Name: JavaEncoding
  • Type: String
Object Id The primary key for this table. A globally unique, system-generated identifier for a WaveFormat object. - template parameter [1]
  • Field Name: ObjectId
  • Type: String
Samples Per Sec Specifies the required data-transfer rate (in bytes per second) for the FormatTag.
  • Field Name: SamplesPerSec
  • Type: Integer
Format Tag Waveform-audio format type.
  • Field Name: FormatTag
  • Type: Integer
URI
  • Field Name: URI
  • Type: String
  • Format: uri
Channels Number of channels in the waveform-audio data.
  • Field Name: Channels
  • Type: Integer
Format Name Name reported by the OS corresponding to FormatTag.
  • Field Name: FormatName
  • Type: String
Bits Per Sample Bits per sample for the FormatTag.
  • Field Name: BitsPerSample
  • Type: Integer
Block Align Block alignment, in bytes.
  • Field Name: BlockAlign
  • Type: Integer
Avg Bytes Per Sec Specifies the required average data-transfer rate (in bytes per second) for the FormatTag.
  • Field Name: AvgBytesPerSec
  • Type: Integer
API reference for device/cuc/WaveFormat