RtpmapAttribute(UInt32, String, Int32, String) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic RtpmapAttribute(
uint payloadType,
string name,
int clockRate,
string encodingParameters
)
Public Sub New (
payloadType As UInteger,
name As String,
clockRate As Integer,
encodingParameters As String
)
public:
RtpmapAttribute(
unsigned int payloadType,
String^ name,
int clockRate,
String^ encodingParameters
)
new :
payloadType : uint32 *
name : string *
clockRate : int *
encodingParameters : string -> RtpmapAttribute
Parameters
- payloadType UInt32
-
- name String
-
- clockRate Int32
-
- encodingParameters String
-
See Also