BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

pjmedia_avi_dev_param Struct Reference

#include <avi_dev.h>

Data Fields

pj_str_t path
 
pj_str_t title
 
pjmedia_avi_streamsavi_streams
 

Detailed Description

Settings for the AVI player virtual device. This param corresponds to PJMEDIA_VID_DEV_CAP_AVI_PLAY capability of the video device/stream.

Field Documentation

◆ path

pj_str_t pjmedia_avi_dev_param::path

Specifies the full path of the AVI file to be played.

◆ title

pj_str_t pjmedia_avi_dev_param::title

If this setting is specified when setting the device, this specifies the title to be assigned as the device name. If this setting not specified, the filename part of the path will be used.

◆ avi_streams

pjmedia_avi_streams* pjmedia_avi_dev_param::avi_streams

The underlying AVI streams created by the device. If the value is NULL, that means the device has not been configured yet. Application can use this field to retrieve the audio stream of the AVI. This setting is "get"-only and will be ignored in "set capability" operation.


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

 


PJMEDIA small footprint Open Source media stack
Copyright (C) 2006-2008 Teluu Inc.