MediaOrientationExToSDPValue Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static string ToSDPValue(
MediaOrientation orientation
)
Public Shared Function ToSDPValue (
orientation As MediaOrientation
) As String
public:
static String^ ToSDPValue(
MediaOrientation orientation
)
static member ToSDPValue :
orientation : MediaOrientation -> string
Parameters
- orientation
- Type: Ozeki.MediaMediaOrientation
Return Value
Type:
String
See Also