OzNativeAudioEncoder Constructor |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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: OzNativeCodec
- outBitrate
- Type: SystemInt32
- inChannels
- Type: SystemInt32
- outChannels
- Type: SystemInt32
- inSampleRate
- Type: SystemInt32
- outSampleRate
- Type: SystemInt32
See Also