示例#1
0
 public static extern int FLAC__stream_decoder_init_stream(IntPtr context,
                                                           DecoderReadCallback readCallback,
                                                           DecoderSeekCallback seekCallback,
                                                           DecoderTellCallback tellCallback,
                                                           DecoderLengthCallback lengthCallback,
                                                           DecoderEofCallback eofCallback,
                                                           DecoderWriteCallbackWithStatus writeCallback,
                                                           Decoder_MetadataCallback metadataCallback,
                                                           Decoder_ErrorCallback errorCallback,
                                                           IntPtr clientData);
示例#2
0
		public static extern int FLAC__stream_decoder_init_stream (IntPtr context,
			DecoderReadCallback readCallback,
			DecoderSeekCallback seekCallback,
			DecoderTellCallback tellCallback,
			DecoderLengthCallback lengthCallback,
			DecoderEofCallback eofCallback,
			DecoderWriteCallbackWithStatus writeCallback,
			Decoder_MetadataCallback metadataCallback,
			Decoder_ErrorCallback errorCallback,
			IntPtr clientData);