| RtcpSourceDescriptionChunkLoc Property  | 
                Depending on the application, different degrees of detail are appropriate for this item.
                For conference applications, a string like "Murray Hill, New Jersey" may be sufficient.
            
 
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic string Loc { get; set; }Public Property Loc As String
	Get
	Set
public:
property String^ Loc {
	String^ get ();
	void set (String^ value);
}member Loc : string with get, set
Property Value
Type: 
String
                The location.
            
See Also