OzNativeAudioEncoder Constructor |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public OzNativeAudioEncoder(
OzNativeCodec id,
int outBitrate,
int inChannels,
int outChannels,
int inSampleRate,
int outSampleRate
)
Public Sub New (
id As OzNativeCodec,
outBitrate As Integer,
inChannels As Integer,
outChannels As Integer,
inSampleRate As Integer,
outSampleRate As Integer
)
public:
OzNativeAudioEncoder(
OzNativeCodec id,
int outBitrate,
int inChannels,
int outChannels,
int inSampleRate,
int outSampleRate
)
new :
id : OzNativeCodec *
outBitrate : int *
inChannels : int *
outChannels : int *
inSampleRate : int *
outSampleRate : int -> OzNativeAudioEncoder
Parameters
- id
- Type: Ozeki.CommonOzNativeCodec
- outBitrate
- Type: SystemInt32
- inChannels
- Type: SystemInt32
- outChannels
- Type: SystemInt32
- inSampleRate
- Type: SystemInt32
- outSampleRate
- Type: SystemInt32
See Also