SDPAttribute(SDPAttributeType, String) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 SDPAttributeType
-
- name String
-
See Also