SDPAttribute Constructor (SDPAttributeType, String, String) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic SDPAttribute(
SDPAttributeType type,
string name,
string value
)
Public Sub New (
type As SDPAttributeType,
name As String,
value As String
)
public:
SDPAttribute(
SDPAttributeType type,
String^ name,
String^ value
)
new :
type : SDPAttributeType *
name : string *
value : string -> SDPAttribute
Parameters
- type
- Type: Ozeki.MediaSDPAttributeType
- name
- Type: SystemString
- value
- Type: SystemString
See Also