| Package | com.adobe.mediacore.utils.scte35.commands |
| Class | public final class PrivateCommand |
| Inheritance | PrivateCommand Object |
| Implements | SpliceCommand |
| Property | Defined By | ||
|---|---|---|---|
| identifier : uint [read-only]
Unique identifier of this private command. | PrivateCommand | ||
| privateBytes : ByteArray [read-only]
Byte array containing the payload of private command. | PrivateCommand | ||
| type : uint [read-only]
Returns the type of the splice command. | PrivateCommand | ||
| Method | Defined By | ||
|---|---|---|---|
PrivateCommand(identifier:uint, privateBytes:ByteArray)
Default constructor. | PrivateCommand | ||
| identifier | property |
identifier:uint [read-only] Unique identifier of this private command. The identifier is a 32-bit field as defined in ISO/IEC 13818-1 [C3], section 2.6.8 and 2.6.9, for the registration_descriptor() format_identifier. Only identifier values registered and recognized by SMPTE Registration Authority, LLC should be used.
public function get identifier():uint| privateBytes | property |
privateBytes:ByteArray [read-only] Byte array containing the payload of private command.
public function get privateBytes():ByteArray| type | property |
type:uint [read-only] Returns the type of the splice command. See the SpliceCommandType enumeration for possible values.
public function get type():uint| PrivateCommand | () | Constructor |
public function PrivateCommand(identifier:uint, privateBytes:ByteArray)Default constructor.
Parametersidentifier:uint — Unique identifier of the owner of this command.
| |
privateBytes:ByteArray — Payload of the private command.
|