SDPAttribute Constructor (SDPAttributeType, String) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SDPAttribute(
SDPAttributeType type,
string name
)
Public Sub New (
type As SDPAttributeType,
name As String
)
public:
SDPAttribute(
SDPAttributeType type,
String^ name
)
new :
type : SDPAttributeType *
name : string -> SDPAttribute
Parameters
- type
- Type: Ozeki.MediaSDPAttributeType
- name
- Type: SystemString
See Also