Enum MLWMFBaseComponent.TMLWMFStatus
Latest revision as of 00:17, 22 November 2011
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabBasicPkg
Unit: MLWMFBaseComponent
Contents |
Syntax
Delphi:
type TMLWMFStatus = (wmsError, wmsOpened, wmsBufferingStarted, wmsBufferingStopped, wmsEndOfFile, wmsEndOfSegment, wmsEndOfStreaming, wmsLocating, wmsConnecting, wmsNoRights, wmsMissingCodec, wmsStarted, wmsStopped, wmsClosed, wmsStriding, wmsTimer, wmsIndexProgress, wmsSaveAsStart, wmsSaveAsStop, wmsNewSourceFlags, wmsNewMetaData, wmsBackupRestoreBegin, wmsSourceSwitch, wmsAcquireLicence, wmsIndividualize, wmsNeedsIndividualization, wmsNoRightsEx, wmsBackupRestoreEnd, wmsBackupRestoreConnecting, wmsBackupRestoreDisconnecting, wmsErrorWithUrl, wmsRestrictedLicence, wmsClientConnect, wmsClientDisconnect, wmsNativeOutputPropsChanged, wmsReconnectStart, wmsReconnectEnd, wmsClientConnectEx, wmsClientDisconnectEx, wmsSetFECSpan, wmsPrerollReady, wmsPrerollComplete, wmsClientProperties, wmsLicenceUrlSignatureState);
C++ Builder:
enum TMLWMFStatus {wmsError, wmsOpened, wmsBufferingStarted, wmsBufferingStopped, wmsEndOfFile, wmsEndOfSegment, wmsEndOfStreaming, wmsLocating, wmsConnecting, wmsNoRights, wmsMissingCodec, wmsStarted, wmsStopped, wmsClosed, wmsStriding, wmsTimer, wmsIndexProgress, wmsSaveAsStart, wmsSaveAsStop, wmsNewSourceFlags, wmsNewMetaData, wmsBackupRestoreBegin, wmsSourceSwitch, wmsAcquireLicence, wmsIndividualize, wmsNeedsIndividualization, wmsNoRightsEx, wmsBackupRestoreEnd, wmsBackupRestoreConnecting, wmsBackupRestoreDisconnecting, wmsErrorWithUrl, wmsRestrictedLicence, wmsClientConnect, wmsClientDisconnect, wmsNativeOutputPropsChanged, wmsReconnectStart, wmsReconnectEnd, wmsClientConnectEx, wmsClientDisconnectEx, wmsSetFECSpan, wmsPrerollReady, wmsPrerollComplete, wmsClientProperties, wmsLicenceUrlSignatureState};
Visual C++ (MFC):
enum CTMLWMFStatus {wmsError, wmsOpened, wmsBufferingStarted, wmsBufferingStopped, wmsEndOfFile, wmsEndOfSegment, wmsEndOfStreaming, wmsLocating, wmsConnecting, wmsNoRights, wmsMissingCodec, wmsStarted, wmsStopped, wmsClosed, wmsStriding, wmsTimer, wmsIndexProgress, wmsSaveAsStart, wmsSaveAsStop, wmsNewSourceFlags, wmsNewMetaData, wmsBackupRestoreBegin, wmsSourceSwitch, wmsAcquireLicence, wmsIndividualize, wmsNeedsIndividualization, wmsNoRightsEx, wmsBackupRestoreEnd, wmsBackupRestoreConnecting, wmsBackupRestoreDisconnecting, wmsErrorWithUrl, wmsRestrictedLicence, wmsClientConnect, wmsClientDisconnect, wmsNativeOutputPropsChanged, wmsReconnectStart, wmsReconnectEnd, wmsClientConnectEx, wmsClientDisconnectEx, wmsSetFECSpan, wmsPrerollReady, wmsPrerollComplete, wmsClientProperties, wmsLicenceUrlSignatureState};
Summary
Enumeration with the ASF statuses.
Description
Defines enumeration with the ASF statuses.
Values
| wmsError | An error occurred. |
| wmsOpened | A file was opened. |
| wmsBufferingStarted | The reader object is beginning to buffer content. |
| wmsBufferingStopped | The reader object has finished buffering content. |
| wmsEndOfFile | The end of the file has been reached. |
| wmsEndOfSegment | The end of a segment has been encountered. |
| wmsEndOfStreaming | The end of a server-side playlist has been reached. |
| wmsLocating | The reader object is locating requested data. |
| wmsConnecting | A reporting object is connecting to server. |
| wmsNoRights | There is no license and the content is protected by version 1 digital rights management. |
| wmsMissingCodec | The file loaded in the reader object contains compressed data for which no codec is loaded. |
| wmsStarted | A reporting object has begun operations. |
| wmsStopped | A reporting object has ceased operations. |
| wmsClosed | A file was closed. |
| wmsStriding | The reader object is playing content at above normal speed, or in reverse. |
| wmsTimer | Timer event. |
| wmsIndexProgress | Progress update from the indexer object. |
| wmsSaveAsStart | The reader object has begun saving a file from a server. |
| wmsSaveAsStop | The reader has stopped saving a file from a server. |
| wmsNewSourceFlags | The current file's header object contains certain attributes that are different from those of the previous file. |
| wmsNewMetaData | The current file's header object contains metadata attributes that are different from those of the previous file. |
| wmsBackupRestoreBegin | A license backup or restore has started. |
| wmsSourceSwitch | The next source in the playlist was opened. |
| wmsAcquireLicence | The license acquisition process has completed. |
| wmsIndividualize | Individualization status message. |
| wmsNeedsIndividualization | The file loaded in the reader object cannot be played without a security update. |
| wmsNoRightsEx | There is no license and the content is protected by version 7 digital rights management. |
| wmsBackupRestoreEnd | A license backup or restore has finished. |
| wmsBackupRestoreConnecting | The backup restorer object is connecting to a server. |
| wmsBackupRestoreDisconnecting | The backup restorer object is disconnecting from a server. |
| wmsErrorWithUrl | Error relating to the URL. |
| wmsRestrictedLicence | The backup restorer object cannot back up one or more licenses because the right has been disallowed by the content owner. |
| wmsClientConnect | Sent when a client (a playing application or server) connects to a writer network sink object. |
| wmsClientDisconnect | Sent when a client (a playing application or server) disconnects from a writer network sink object. |
| wmsNativeOutputPropsChanged | Change in output properties. |
| wmsReconnectStart | Start of automatic reconnection to a server. |
| wmsReconnectEnd | End of automatic reconnection to a server. |
| wmsClientConnectEx | Sent when a client (a playing application or server) connects to a writer network sink object. |
| wmsClientDisconnectEx | Sent when a client (a playing application or server) disconnects from a writer network sink object. |
| wmsSetFECSpan | Change to the forward error correction span. |
| wmsPrerollReady | The reader is ready to begin buffering content. |
| wmsPrerollComplete | The reader is finished buffering. |
| wmsClientProperties | Sent by a writer network sink when one or more properties of a connected client changes. |
| wmsLicenceUrlSignatureState | Sent before a apsNoRights or apsNoRightsEx status message. |