C# Class Monobjc.QTKit.AudioBuffer

Mostra file Open project: Monobjc/monobjc

Public Properties

Property Type Description
mData System.IntPtr
mDataByteSize System.UInt32
mNumberChannels System.UInt32

Property Details

mData public_oe property

The data
public IntPtr,System mData
return System.IntPtr

mDataByteSize public_oe property

Size of the data
public UInt32,System mDataByteSize
return System.UInt32

mNumberChannels public_oe property

Number of channels
public UInt32,System mNumberChannels
return System.UInt32