The following tables list the members exposed by LiveStream.
Public Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Public Properties
Name | Description | |
---|---|---|
ActivateOnDemand | Gets or sets a value that indicates whether the stream should activate only when demanded by the client. | |
AudioDevices | Retrieves the audio capture device collection. | |
AudioTypes | Retrieves the output audio types collection. | |
CUDAAcceleration | Queries or sets whether CUDA hardware acceleration is enabled. | |
CUDADecoding | Gets or sets a value that indicates whether CUDA hardware decoding is enabled. | |
DeviceConfig | Retrieves the device configuration interface. | |
Enable | Gets or sets a value that indicates whether the stream is enabled. | |
HasVideoDeviceURL | Gets a value that indicates whether the selected video device supports URLs. | |
IdleTimeOut | Gets or sets the amount of idle time to wait before deactivating an "activate on demand" stream. | |
MinimumFragmentDuration | Gets or sets the output minimum fragment duration in seconds. | |
Path | Retrieves or set the stream's URI path. | |
QSVAcceleration | Queries or sets whether QSV hardware acceleration is enabled. | |
QSVDecoding | Gets or sets a value indicating whether QSV hardware decoding is enabled. | |
UseDeviceEncoding | Queries or sets whether to use device encoding. | |
UseVideoInputFrameRate | Queries or set whether to use the device's output video frame rate. | |
UseVideoInputSize | Queries or sets whether to use the device's output video dimensions. | |
VideoBitRate | Retrieves or set the output video bit rate. | |
VideoDevices | Retrieves the video capture device collection. | |
VideoDeviceURL | Gets or sets the video device's URL property. | |
VideoFrameRate | Retrieves or sets the output video frame rate. | |
VideoHeight | Retrieves or set the live stream's output video height. | |
VideoWidth | Retrieves or sets the live stream's output video width. |
See Also