fp | 読み込むWINファイルのファイルポインタ。 The filr pointer for the input WIN file. |
size | 読み込む秒ブロックのサイズ(バイト数)。 The size (the number of bytes) of the second block to read. |
メンバ Member |
値 Value |
size | 引数sizeの値。 The value of argument size. |
time | 秒ブロックの時刻(最初の6バイト)。 The time of the second block obtained from the first 6 bytes. |
channelNumber | 秒ブロック中のチャンネル数。
引数sizeの値が6(空の秒ブロック)の場合は0。 The number of channels in the second block. This value is zero if the value of argument size is 6, which means that the channel block is empty. |
channelBlock | 読み込んだ各チャンネルのチャンネルブロックから成る配列。
引数sizeの値が6(空の秒ブロック)の場合はNULL。 An array composed of the channel blocks for all channels. The value is NULL if the value of argument size is 6, which means that the channel block is empty. |