Class TASFWriter

Unit

DSPack

Declaration

type TASFWriter = class(, )

Description

This component is designed to create a ASF file or to stream over a network.

Fields

 NameDescription
Public AudioInput The Audio Input Pin.
Public AudioStreamConfig Audio Input configuration.
Public VideoInput The Video Input Pin.
Public VideoStreamConfig VideoInput configuration
Public WriterAdvanced2 Sink configuration.
Public WriterNetworkSink NetWork streaming configuration.

Methods

Overview

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Description

Public constructor Create(AOwner: TComponent); override;

Destructor method.

Public destructor Destroy; override;

 

Properties

Overview

Private property AutoIndex: boolean;
Private property DontCompress: boolean;
Private property FileName: String;
Private property FilterGraph: TFilterGraph;
Private property MaxUsers: DWORD;
Private property MultiPass: boolean;
Private property Port: DWORD;
Private property Profile: TWMPofiles8;

Description

Private property AutoIndex: boolean;

 

Private property DontCompress: boolean;

 

Private property FileName: String;

Destination file name to write the compressed file.

Private property FilterGraph: TFilterGraph;

The filter must be connected to a TFilterGraph component.

Private property MaxUsers: DWORD;

The max number of connections.

Private property MultiPass: boolean;

 

Private property Port: DWORD;

Port number to stream.

Private property Profile: TWMPofiles8;

Windows media profile to use.


Generated by DIPasDoc 0.8.0 on Sun 1 Jun 2003 23:53:07