LumiSoft Mail Server User API
MediaType Property
Namespaces > LumiSoft.Net.SDP > SDP_MediaDescription > MediaType
Gets or sets meadia type. Currently defined media are "audio", "video", "text", "application", and "message", although this list may be extended in the future.
Syntax
C#Visual BasicManaged C++
public string MediaType { get; set; }
Public Property MediaType As String
public:
String^ MediaType {
	String^ get ();
	void set (String^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)