| Package | vegas.net |
| Class | public class NetStreamPublishType |
| Inheritance | NetStreamPublishType Object |
| Property | Defined By | ||
|---|---|---|---|
| APPEND : String = append [static]
Flash Media Server publishes and records live data, appending the recorded data to a file with a name that matches the value passed to the name parameter. | NetStreamPublishType | ||
| LIVE : String = live [static]
Flash Media Server publishes live data without recording it. | NetStreamPublishType | ||
| RECORD : String = record [static]
Flash Media Server publishes and records live data, saving the recorded data to a new file with a name matching the value passed to the name parameter. | NetStreamPublishType | ||
| APPEND | property |
public static var APPEND:String = appendFlash Media Server publishes and records live data, appending the recorded data to a file with a name that matches the value passed to the name parameter. If no file matching the name parameter is found, it is created.
| LIVE | property |
public static var LIVE:String = liveFlash Media Server publishes live data without recording it. If a file with a name that matches the value passed to the name parameter exists, it is deleted.
| RECORD | property |
public static var RECORD:String = recordFlash Media Server publishes and records live data, saving the recorded data to a new file with a name matching the value passed to the name parameter. If the file exists, it is overwritten.