sbIVideoFormatType Interface Reference

import"sbIDeviceCapabilities.idl";

Inheritance diagram for sbIVideoFormatType:
[legend]
Collaboration diagram for sbIVideoFormatType:
[legend]

Public Member Functions

void initialize (in ACString aContainerType, in sbIDevCapVideoStream aVideoStream, in sbIDevCapAudioStream aAudioStream)
 

Public Attributes

readonly attribute ACString containerType
 
readonly attribute
sbIDevCapVideoStream 
videoStream
 
readonly attribute
sbIDevCapAudioStream 
audioStream
 

Detailed Description

This is interface is used to inspect video capabilities of a device

Note
Implementations of this interface must be threadsafe.

Definition at line 457 of file sbIDeviceCapabilities.idl.

Member Function Documentation

void sbIVideoFormatType::initialize ( in ACString  aContainerType,
in sbIDevCapVideoStream  aVideoStream,
in sbIDevCapAudioStream  aAudioStream 
)

Initializes the video format object

Member Data Documentation

readonly attribute sbIDevCapAudioStream sbIVideoFormatType::audioStream

Audio capabilities of this supported video format

Definition at line 478 of file sbIDeviceCapabilities.idl.

readonly attribute ACString sbIVideoFormatType::containerType

Container format, this may be a mime type or a songbird defined string

Definition at line 468 of file sbIDeviceCapabilities.idl.

readonly attribute sbIDevCapVideoStream sbIVideoFormatType::videoStream

video capabilities of this supported video format

Definition at line 473 of file sbIDeviceCapabilities.idl.


The documentation for this interface was generated from the following file: