STANAG 4609 Streamer .Net SDK  Version 1.09
Classes | Enumerations | Functions
StreamerLib Namespace Reference

Classes

class  IStreamingSession
 Contains an interface definition for Streaming session. More...
 
class  StreamerException
 StreamerException exception definition. More...
 
class  StreamerSource
 Streamer Source definition. More...
 
class  StreamingSessionErrorArgs
 StreamingSessionErrorArgs error definition. More...
 
class  StreamingSessionSegmentChangedArgs
 StreamingSessionSegmentChangedArgs event definition. More...
 
class  StreamingSessionStatusChangedArgs
 StreamingSessionStatusChangedArgs event definition. More...
 

Enumerations

enum  STREAMING_MODE { STREAMING_MODE.VBR, STREAMING_MODE.CBR }
 
enum  STREAMER_SESSION_STATE {
  STREAMER_SESSION_STATE.Initialized, STREAMER_SESSION_STATE.Streaming, STREAMER_SESSION_STATE.Paused, STREAMER_SESSION_STATE.EndOfFile,
  STREAMER_SESSION_STATE.Stopped, STREAMER_SESSION_STATE.Error
}
 
enum  STREAMER_ERROR {
  STREAMER_ERROR.SE_INVALID_ADDRESS, STREAMER_ERROR.SE_INVALID_TARGET, STREAMER_ERROR.SE_INVALID_SOURCE, STREAMER_ERROR.SE_TARGET_ALREADY_EXISTS,
  STREAMER_ERROR.SE_SOURCE_ALREADY_EXISTS, STREAMER_ERROR.SE_TARGET_DOES_NOT_EXIST, STREAMER_ERROR.SE_SOURCE_DOES_NOT_EXIST, STREAMER_ERROR.SE_INVALID_URI,
  STREAMER_ERROR.SE_UNSUPPORTED_OPERATION, STREAMER_ERROR.SE_ILLEGAL_STATE, STREAMER_ERROR.SE_TARGET_IN_USE, STREAMER_ERROR.SE_SOURCE_IN_USE,
  STREAMER_ERROR.SE_ERROR_OPENING_SOURCE, STREAMER_ERROR.SE_ERROR_READING_SOURCE, STREAMER_ERROR.SE_DEMO_EXPIRED
}
 

Functions

delegate void SessionStatusChangeEventHandler (StreamingSessionStatusChangedArgs e)
 
delegate void SessionSegmentChangeEventHandler (StreamingSessionSegmentChangedArgs e)
 
delegate void SessionErrorEventHandler (StreamingSessionErrorArgs e)
 

Enumeration Type Documentation

§ STREAMER_ERROR

Enumerator
SE_INVALID_ADDRESS 

NVALID ADDRESS,.

SE_INVALID_TARGET 

INVALID TARGET.

SE_INVALID_SOURCE 

INVALID SOURCE.

SE_TARGET_ALREADY_EXISTS 

TARGET ALREADY EXISTS.

SE_SOURCE_ALREADY_EXISTS 

SOURCE ALREADY EXISTS.

SE_TARGET_DOES_NOT_EXIST 

TARGET DOES NOT EXIST.

SE_SOURCE_DOES_NOT_EXIST 

SOURCE_DOES_NOT_EXIST.

SE_INVALID_URI 

INVALID_URI.

SE_UNSUPPORTED_OPERATION 

UNSUPPORTED_OPERATION.

SE_ILLEGAL_STATE 

ILLEGAL_STATE.

SE_TARGET_IN_USE 

TARGET_IN_USE.

SE_SOURCE_IN_USE 

SOURCE_IN_USE.

SE_ERROR_OPENING_SOURCE 

ERROR_OPENING_SOURCE.

SE_ERROR_READING_SOURCE 

ERROR_READING_SOURCE.

SE_DEMO_EXPIRED 

Demo session expired.

§ STREAMER_SESSION_STATE

Enumerator
Initialized 

Streamer session is Opened.

Streaming 

Streaming in progress.

Paused 

Streamer is paused.

EndOfFile 

End of file reached.

Stopped 

Streamer is stopped.

Error 

Streamer in error state.

§ STREAMING_MODE

Enumerator
VBR 

Processes the file whil streaming, detecting the actual bitrate for each packet.

CBR 

File sent as raw data, no processing performed.

Untitled 1




 Copyright 2012,    IMPLEOTV SYSTEMS LTD