| RawReadWriterWriteData Method (Byte, Int64) | 
            Writes an audio byte array to the underlying stream from specified position.
            
 
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
 Syntax
Syntaxpublic long WriteData(
	byte[] buffer,
	long position
)
Public Function WriteData ( 
	buffer As Byte(),
	position As Long
) As Long
public:
virtual long long WriteData(
	array<unsigned char>^ buffer, 
	long long position
) sealed
Parameters
- buffer
- Type: SystemByte
 A byte array containing the data to write.
- position
- Type: SystemInt64
 Data position in bytes
Return Value
Type: 
Int64Returns new data position in bytes
Implements
IAudioWriterWriteData(Byte, Int64) See Also
See Also