?? infofield.cs
字號:
namespace SDP
{
/// <summary>
/// An Info represents the i= fields contained within either a MediaDescription or a SessionDescription.
/// </summary>
public class InfoField : Field
{
/// <summary>
/// Creates a new InfoField.
/// </summary>
/// <param name="value">The value portion of the field.</param>
public InfoField(string value) : base("i=" + value) { }
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -