Real-Time Encoder Automation exposes the following properties:
| Property | Description |
| AllowAudio | Returns a Boolean value specifying whether or not audio can be encoded. |
| AllowScripts | Returns a Boolean value specifying whether or not script commands can be sent. |
| AllowVideo | Returns a Boolean value specifying whether or not video can be encoded. |
| AudioFormatTag | Returns a Long value specifying the audio codec. |
| AudioSource | Returns a String value specifying the audio source. |
| Bandwidth | Returns a Long value specifying the bandwidth. |
| BitsPerPixel | Returns an Integer value specifying the color depth for a video image, such as 16 bit or 24 bit. |
| DelayBuffer | Returns an Integer value specifying the size of the delay buffer. |
| Description | Returns a String value specifying the description of the Real-Time Encoder session. |
| FramesPerSecond | Returns an Integer value specifying the number of video frames per second. |
| ImageHeight | Returns an Integer value specifying the image height in pixels. |
| ImageWidth | Returns an Integer value specifying the image width in pixels. |
| InputSourceFile | Returns or sets a String value specifying the name of the source file to be encoded. |
| IPPort | Returns a Short value specifying the IP Port. |
| IsNetEnabled | Returns a Boolean value specifying whether or not the encoder is using the network. |
| IsRecording | Returns a Boolean value specifying whether or not the encoder is recording to an ASF file. |
| IsStarted | Returns or sets a Boolean value specifying whether or not the Real-Time Encoder has started. |
| NetShowServer | Returns a String value specifying the name of the NetShow server being used for primary distribution. |
| NumClients | Returns a Long value specifying the number of clients connected to the encoder. |
| RecordAutoStart | Returns or sets a Boolean value indicating whether recording to a file begins automatically when the Start method is called. |
| RecordDuration | Returns or sets a Long value specifying the time duration of the file to be recorded. |
| RecordFileName | Returns or sets a String value specifying the name of the ASF file that will be created in a recording session. |
| RecordMaxSize | Returns or sets a Long value specifying the maximum file size for a recording. |
| RecordSize | Returns a Long value specifying the current size of the file being recorded. |
| SecondsPerIFrame | Returns an Integer value specifying the number of seconds before a complete video frame must be sent. |
| StreamAlias | Returns a String value specifying the stream alias used to connect to the NetShow server. |
| VideoCodecFOURCC | Returns a Long value specifying the video codec. |
| VideoInputFOURCC | Returns a Long value specifying the video source. |
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.