RtpmapAttribute Constructor (UInt32, String, Int32) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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