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