Packagevegas.net
Classpublic class NetStreamPublishType
InheritanceNetStreamPublishType Inheritance Object

Enumeration of all valid values to publish streaming media with a NetStream object.



Public Properties
 PropertyDefined 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
Property Detail
APPENDproperty
public static var APPEND:String = append

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. If no file matching the name parameter is found, it is created.

LIVEproperty 
public static var LIVE:String = live

Flash 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.

RECORDproperty 
public static var RECORD:String = record

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. If the file exists, it is overwritten.