SDPAttribute Constructor (SDPAttributeType, String) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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